Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QSFS mounted not working as expected #28

Open
mhost39 opened this issue Oct 19, 2021 · 1 comment
Open

QSFS mounted not working as expected #28

mhost39 opened this issue Oct 19, 2021 · 1 comment
Labels

Comments

@mhost39
Copy link

mhost39 commented Oct 19, 2021

using terraform i deployed a vm with QSFS volume
and ssh to vm and got the mount point
image

and this is the usage and available before write any think in /qsfs
image

then i tried to write on /qsfs
image

and when check usage and available i found that /root usage and available that changed not /qsfs
image

@maxux
Copy link
Collaborator

maxux commented Oct 19, 2021

Please show output of cat /proc/mounts
Please provide output of df -i aswell.

Assumption that echo to the filesystem changed the root and not qsfs because size changed doesn't prove anything. Could be changed any log line or anything else writing in the same time.

For me it's normal that Used stay at 1 with a so small change in the filesystem. With df -i you will see the inode increasing.

@maxux maxux added the type_bug label Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants