jiva-operator icon indicating copy to clipboard operation
jiva-operator copied to clipboard

Volume is not becoming readonly when the space is completely exhausted

Open somesh2905 opened this issue 5 years ago • 2 comments

What Happened Provisioned Jiva volume using CSI provisioner and mounted it on busybox application. Filled the space completely but volume did not enter to RO state. (for file-system ext4 and xfs)

/dev/sdc                 12.0G     12.0G     40.0K 100% /busybox
/dev/sdc on /busybox type xfs (rw,relatime,attr2,inode64,noquota)

What to expect Volume should go in RO state after complete space exhaustion

somesh2905 avatar Feb 10 '20 06:02 somesh2905

@somesh2905 just try to write IO's on the same volume. kernel will mark the fs to RO if IO's will fail. Have you tried to write more than the given size? Please share the output of du -sh and df -h as well. cc: @gprasath

utkarshmani1997 avatar Feb 10 '20 06:02 utkarshmani1997

Yes, writing IO's on same volume should work..

mb7079 avatar Sep 30 '21 14:09 mb7079