[Bug 254682] quota enabled filesystem doesn't show enabled running mount command

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Mar 31 20:49:37 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254682

            Bug ID: 254682
           Summary: quota enabled filesystem doesn't show enabled running
                    mount command
           Product: Base System
           Version: 13.0-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs at FreeBSD.org
          Reporter: chris at cretaforce.gr

When I reboot a server which has quotas enabled for /home and run "mount" I get
this:

/dev/mirror/gm0p2 on / (ufs, local, noatime)
devfs on /dev (devfs)
/dev/mirror/gm0p7 on /home (ufs, local, noatime, nosuid, soft-updates, acls)
/dev/mirror/gm0p8 on /home2 (ufs, local, noatime, noexec, nosuid, soft-updates)
/dev/mirror/gm0p4 on /tmp (ufs, local, noatime, nosuid, soft-updates)
/dev/mirror/gm0p6 on /usr (ufs, local, noatime, soft-updates)
/dev/mirror/gm0p5 on /var (ufs, local, noatime, soft-updates)
tmpfs on /tmpfs (tmpfs, local, nosuid)

-------

But the quotas work fine as I am able to add/remove files and "quota" command
shows immediately the changes.

-------

At about 03:00 something possibly runs using cron and then "mount" shows that I
have quotas enabled:

/dev/mirror/gm0p2 on / (ufs, local, noatime)
devfs on /dev (devfs)
/dev/mirror/gm0p7 on /home (ufs, local, noatime, nosuid, with quotas,
soft-updates, acls)
/dev/mirror/gm0p8 on /home2 (ufs, local, noatime, noexec, nosuid, soft-updates)
/dev/mirror/gm0p4 on /tmp (ufs, local, noatime, nosuid, soft-updates)
/dev/mirror/gm0p6 on /usr (ufs, local, noatime, soft-updates)
/dev/mirror/gm0p5 on /var (ufs, local, noatime, soft-updates)
tmpfs on /tmpfs (tmpfs, local, nosuid)

-------

Also as I monitor filesystem using Monit I get this e-mail:

Filesystem flags changed Service home

 Date: Wed, 31 Mar 2021 03:01:31
 Action: alert
 Host: server1.example.com
 Description: filesystem flags changed to nosuid, soft updates, acls, noatime,
localnosuid, soft updates, acls, noatime, local, quota

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list