Files
community.general/lib/ansible/modules/system
Pilou 9d771f6eea filesystem: workaround bug in xfs_info, use xfs_growfs instead (#25703)
xfs_info is a bash script located in /usr/sbin/ (/sbin is a symlink to
/usr/sbin/) which calls xfs_growfs command. When neither /sbin nor
/usr/sbin are in the PATH environment variable, filesystem module is able to
call xfs_info because /sbin path is hardcoded in get_bin_path method, then
xfs_growfs isn't found because neither /sbin nor /usr/sbin are in the
PATH environment variable.

"xfs_growfs -n" could be used directly instead of xfs_info, the man page
states that: "xfs_info is equivalent to invoking xfs_growfs with the -n
option".

Fixes #24823.
2017-07-26 08:47:12 -04:00
..
2016-12-08 11:22:22 -05:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-03-22 20:50:28 -05:00
2017-03-14 09:07:22 -07:00
2017-07-17 11:48:05 -07:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-06-28 17:02:13 -05:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-03-22 20:50:28 -05:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-07-12 09:01:05 -06:00
2017-05-14 14:10:38 -04:00
2017-05-31 17:53:58 -04:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-07-14 10:57:10 -04:00
2017-03-22 20:50:28 -05:00
2017-07-25 22:07:51 -04:00
2017-07-17 11:48:05 -07:00