mirror of
https://github.com/containers/podman.git
synced 2025-09-18 15:54:49 +08:00
Update common, image, and storage deps
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
![29139614+renovate[bot]@users.noreply.github.com](/assets/img/avatar_default.png)
committed by
Paul Holzinger

parent
32d96f40c3
commit
444f19cb2a
2
vendor/github.com/mistifyio/go-zfs/v3/utils_solaris.go
generated
vendored
2
vendor/github.com/mistifyio/go-zfs/v3/utils_solaris.go
generated
vendored
@ -15,5 +15,5 @@ var (
|
||||
zpoolPropList = []string{"name", "health", "allocated", "size", "free", "readonly", "dedupratio"}
|
||||
|
||||
zpoolPropListOptions = strings.Join(zpoolPropList, ",")
|
||||
zpoolArgs = []string{"get", "-p", zpoolPropListOptions}
|
||||
zpoolArgs = []string{"get", "-Hp", zpoolPropListOptions}
|
||||
)
|
||||
|
Reference in New Issue
Block a user