pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/55544: sysutils/ansible: use /proc/mounts



>Number:         55544
>Category:       pkg
>Synopsis:       sysutils/ansible: use /proc/mounts
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Aug 05 19:35:00 +0000 2020
>Originator:     Joern Clausen
>Release:        
>Organization:
>Environment:
>Description:
The fact gathering code for NetBSD already uses /proc in some cases, but reads /etc/fstab to find mounted filesystems. This misses usually (well, at least in my case) ZFS mounts, which are no longer documented there.

>How-To-Repeat:
$ ansible foo -m setup

will not report mounts on foo except those documented in /etc/fstab
>Fix:
https://github.com/ansible/ansible/pull/71113 is a pull request to read /proc/mounts instead. Until (if ever) it makes it to a release, a local patch in pkgsrc would be nice.



Home | Main Index | Thread Index | Old Index