zfs: use createtxg and guid properties for FilesystemVersion

This commit is contained in:
Christian Schwarz
2017-05-06 10:57:43 +02:00
parent 22454738af
commit aa696dd0ce
2 changed files with 45 additions and 6 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ func ZFSList(properties []string, zfsArgs ...string) (res [][]string, err error)
args := make([]string, 0, 4+len(zfsArgs))
args = append(args,
"list", "-H",
"list", "-H", "-p",
"-o", strings.Join(properties, ","))
args = append(args, zfsArgs...)