mirror of
https://github.com/containers/podman.git
synced 2025-10-29 08:57:26 +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:
committed by
Paul Holzinger
parent
32d96f40c3
commit
444f19cb2a
3
vendor/github.com/mistifyio/go-zfs/v3/zpool.go
generated
vendored
3
vendor/github.com/mistifyio/go-zfs/v3/zpool.go
generated
vendored
@ -49,9 +49,6 @@ func GetZpool(name string) (*Zpool, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
// there is no -H
|
||||
out = out[1:]
|
||||
|
||||
z := &Zpool{Name: name}
|
||||
for _, line := range out {
|
||||
if err := z.parseLine(line); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user