minor typo zfs -> zpool

Roland devzero at web.de
Sat Feb 11 00:54:54 CET 2023


good evening,

in https://github.com/proxmox/pve-installer/blob/master/proxinstall

there is

syscmd("zpool set bootfs=$zfspoolname/ROOT/$zfsrootvolname
$zfspoolname") == 0 ||
die "zfs set bootfs failed\n";

that should have been:

die "zpool set boofs failed\n";

regards
roland







More information about the pve-devel mailing list