1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible
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
..
cli revert action loader changes to doc, due to error 2017-07-25 16:33:30 -04:00
compat ansible/compat/: PEP8 compliancy (#24689) 2017-05-18 08:36:11 +01:00
config make yaml extensions configurable 2017-07-20 20:29:09 -04:00
errors correct, cleanup & simplify dwim stack (#25956) 2017-07-03 15:27:53 -04:00
executor include_role handlers bug fix (#26335) 2017-07-19 15:02:32 -05:00
galaxy Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
inventory ensure all groups inherit from 'all' 2017-07-13 18:38:39 -04:00
module_utils Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
modules filesystem: workaround bug in xfs_info, use xfs_growfs instead (#25703) 2017-07-26 08:47:12 -04:00
parsing Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
playbook Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
plugins Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
template Try to show original exception info for yaml (and other) errors (#24468) 2017-06-09 13:13:15 -04:00
utils Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
vars removed redundant loader 2017-07-17 09:03:39 -04:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
release.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00