bushvin / ansible-module-xfs_quota

This ansible module allow one to set xfs user, group and project quotas
GNU General Public License v3.0
8 stars 2 forks source link

Update xfs_quota #3

Closed nicomagliaro closed 5 years ago

nicomagliaro commented 5 years ago

Fix to issue https://github.com/bushvin/ansible-module-xfs_quota/issues/2

bushvin commented 5 years ago

Hello Nicolas,

Thank you for submitting this issue.

Could you send me a copy of your (scrubbed) /proc/mounts file, as I cannot reproduce this on my own CentOS 7.5.1804 system:

~]# awk '{print $2}' /proc/mounts 
/sys
/proc
/dev
/sys/kernel/security
/dev/shm
/dev/pts
/run
/sys/fs/cgroup
/sys/fs/cgroup/systemd
/sys/fs/pstore
/sys/fs/cgroup/memory
/sys/fs/cgroup/freezer
/sys/fs/cgroup/cpu,cpuacct
/sys/fs/cgroup/cpuset
/sys/fs/cgroup/perf_event
/sys/fs/cgroup/hugetlb
/sys/fs/cgroup/pids
/sys/fs/cgroup/blkio
/sys/fs/cgroup/net_cls,net_prio
/sys/fs/cgroup/devices
/sys/kernel/config
/
/sys/fs/selinux
/proc/sys/fs/binfmt_misc
/dev/mqueue
/dev/hugepages
/sys/kernel/debug
/boot
/proc/sys/fs/binfmt_misc
/run/user/993
/run/user/1000

If I am correct you are getting this issue because your /proc/mounts contains 2 entries for /, with the first being your initramfs mounpoint?

Thanks in advance!