Skip to content
Snippets Groups Projects
Commit 2bc3f1c2 authored by Asias He's avatar Asias He Committed by Pekka Enberg
Browse files

zfs: Make zpool and zfs list work


$ ./scripts/run.py -e 'zpool.so list'
OSv v0.08-81-gc3422a7
eth0: 192.168.122.15
NAME   SIZE  ALLOC   FREE    CAP  DEDUP  HEALTH  ALTROOT
osv   9.94G   148M  9.79G     1%  1.00x  ONLINE  -

$ ./scripts/run.py -e 'zfs.so list'
OSv v0.08-81-gc3422a7
eth0: 192.168.122.15
NAME      USED  AVAIL  REFER  MOUNTPOINT
osv       148M  9.64G    32K  /
osv/zfs   148M  9.64G   148M  /zfs

Enable it by compiling the missing functions.

Reviewed-by: default avatarGlauber Costa <glommer@cloudius-systems.com>
Signed-off-by: default avatarAsias He <asias@cloudius-systems.com>
Signed-off-by: default avatarPekka Enberg <penberg@cloudius-systems.com>
parent 3c9a43b6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment