You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
filesystem: take super options into account for read-only (prometheus#3387)
* filesystem: take super options into account for read-only
With the latest change implemented to use `mountinfo` instead of
`mounts` there was a regression in filesystem readonly detection
due to super options not taken into account: filesystems that would
previously be marked a "read-only" would not anymore because that
information had moved to super options instead of mount options on
certain occasions.
fixesprometheus#3157
Signed-off-by: nicbaz <[email protected]>
* filesystem: use faster integer to string implementation
Signed-off-by: nicbaz <[email protected]>
---------
Signed-off-by: nicbaz <[email protected]>
0 commit comments