]> git.proxmox.com Git - pve-storage.git/commit
zpool: activate: don't eval procfs read, if it fails it should be fatal
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 19 Feb 2021 14:06:20 +0000 (15:06 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 19 Feb 2021 14:06:22 +0000 (15:06 +0100)
commit9440330abadd432306afe397c51c57c97ed23920
tree7fd8a6d61b22097ed7c5f68963e15037099faac8
parent5b715fd9845dfd07e7ed5657706498bb137cb9e9
zpool: activate: don't eval procfs read, if it fails it should be fatal

highly unlikely to fail in our setups, most realistic case is when
procfs is not mounted at /proc, which breaks much else anyway and is
a requirement

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/Storage/ZFSPoolPlugin.pm