Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Duplicate
-
Fix Version/s: OpenVZ-legacy
-
Component/s: Containers::Kernel
-
Security Level: Public
Description
Hey.
After upgrading to the latest versions of a kernel and vzctl I found that the second-level quotas have ceased to work with the following error:
---------------------
# repquota -g /
repquota: Cannot stat() mounted device simfs: No such file or directory
repquota: Mountpoint (or device) / not found or has no quota enabled.
repquota: Not all specified mountpoints are using quota.
---------------------
Apparently, the problem is that path to /dev/simfs just changed to "simfs":
# mount
simfs on / type simfs (rw,relatime,usrquota,grpquota)
So, if I change the current working directory to /dev/, the problem disappears.
After upgrading to the latest versions of a kernel and vzctl I found that the second-level quotas have ceased to work with the following error:
---------------------
# repquota -g /
repquota: Cannot stat() mounted device simfs: No such file or directory
repquota: Mountpoint (or device) / not found or has no quota enabled.
repquota: Not all specified mountpoints are using quota.
---------------------
Apparently, the problem is that path to /dev/simfs just changed to "simfs":
# mount
simfs on / type simfs (rw,relatime,usrquota,grpquota)
So, if I change the current working directory to /dev/, the problem disappears.