mirror of
https://github.com/minio/minio.git
synced 2025-03-10 03:30:08 -04:00
it seems to be legitimate to have `mountinfo` lines to have keywords with spaces such as ``` rootfs overlay / overlay rw,relatime,lowerdir... ``` This was not expected, but for our requirement we can just ignore this and move forward. fixes #12047 Signed-off-by: Harshavardhana <harsha@minio.io>