I checked libvirt HEAD and the code's the same there: src/storage/storage_backend_zfs.c
cmd = virCommandNewArgList(ZPOOL, "get", "-Hp", "health,size,free,allocated", def->source.name, NULL);
I guess this needs to go upstream.
I checked libvirt HEAD and the code's the same there: src/storage/ storage_ backend_ zfs.c
cmd = virCommandNewAr gList(ZPOOL,
"get" , "-Hp",
"health, size,free, allocated" ,
def- >source. name,
NULL) ;
I guess this needs to go upstream.