Driver fail to list datasets under certain circumstances #496
Labels
triage/needs-community
Indicates that an issue or PR needs community involvement for triaging
triage/needs-information
Indicates an issue needs more information in order to work on it
Milestone
What steps did you take and what happened:
Create a persistent volume claim and a persistent volume on a server that use zfs as filesystem.
ZFS topology:
What did you expect to happen:
PVC and PV are successfully created without error.
Anything else you would like to add:
The driver cannot list datasets since depth level is hard coded to 1, which prevents the driver from reading my topology. Seems to be related to ba0e174.
openebs-zfs-plugin E1229 09:29:32.162493 1 zfs_util.go:931] zfs: could not list zpools cmd [list -d 1 -s name -o name,guid,available -H -p]: exit status 127
Environment:
zfs-localpv-2.3.0
kubectl version
):v1.28.2
v1.28.2
/etc/os-release
):Ubuntu 20.04.6 LTS
The text was updated successfully, but these errors were encountered: