You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running fli-docker as sudo such as sudo fli-docker you will get a ZPOOL doesnt not exist error when in fact the ZPOOL does exist!
Likely, this is a host misconfiguration or permissions issue.
This is because fli-docker will verify access to a zpool before running. Sometimes, sudoers do not have access to basic readonly information such as zpool list which fli-docker needs.
Take a look at these articles to configure your host correctly
When running
fli-docker
as sudo such assudo fli-docker
you will get a ZPOOL doesnt not exist error when in fact the ZPOOL does exist!Likely, this is a host misconfiguration or permissions issue.
This is because fli-docker will verify access to a zpool before running. Sometimes, sudoers do not have access to basic readonly information such as
zpool list
whichfli-docker
needs.Take a look at these articles to configure your host correctly
http://completelyfake.eu/sohozfs/sohozfs.html#advsetup-10
http://docs.oracle.com/cd/E19253-01/819-5461/gebxb/index.html
Secondly, if
zpool
is not accessible viash -c
such as it existing in/usr/local/sbin
and not/usr/bin
it may failThe text was updated successfully, but these errors were encountered: