Created
April 16, 2018 12:16
-
-
Save robinsmidsrod/bd7fa6f19db694a5a4b7bbd5e500937a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[CRITICAL] Failed to load grains defined in grain file zfs.zfs in function <function zfs at 0x7f889d1dd398>, error: | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/salt/loader.py", line 756, in grains | |
ret = funcs[key]() | |
File "/usr/lib/python2.7/dist-packages/salt/grains/zfs.py", line 116, in zfs | |
grains = salt.utils.dictupdate.update(grains, _zfs_pool_data(), merge_lists=True) | |
File "/usr/lib/python2.7/dist-packages/salt/grains/zfs.py", line 102, in _zfs_pool_data | |
grains['zpool'][zpool[0]] = _conform_value(zpool[1], True) | |
IndexError: list index out of range | |
[ERROR ] Exception raised when processing __virtual__ function for salt.loaded.int.module.zfs. Module will not be loaded: u'zfs_support' | |
[WARNING ] salt.loaded.int.module.zfs.__virtual__() is wrongly returning `None`. It should either return `True`, `False` or a new name. If you're the developer of the module 'zfs', please fix this. | |
[ERROR ] Exception raised when processing __virtual__ function for salt.loaded.int.module.zpool. Module will not be loaded: u'zfs_support' | |
[WARNING ] salt.loaded.int.module.zpool.__virtual__() is wrongly returning `None`. It should either return `True`, `False` or a new name. If you're the developer of the module 'zpool', please fix this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment