mirror of
https://github.com/minio/minio.git
synced 2025-01-15 16:53:16 -05:00
31dab4e7ff
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>