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
if ($debug) { print "$rhost $mysudocmd $zfscmd get all -s local -H $fsescaped\n"; }
system("$rhost $mysudocmd $zfscmd get all -s local -H $fsescaped");
I see the same code in the tarball of 2.2.0 release. But, indeed, it is already fixed in master branch (but I cannot find the commit that fixed it).
So, finally, please release the fixed version and update the FreeBSD port.
There is an error in function getlocalzfsvalues.
The command should be:
$rhost $mysudocmd $zfscmd get -s local -H all $fsescaped
(argument
all
must be just before the dataset/volume name).The actual function is always failed:
The OS version is FreeBSD 14.2.
ZFS version is 2.2.6-FreeBSD_g33174af15.
The text was updated successfully, but these errors were encountered: