Re: [PATCH] grub-core: Pass -P to zpool status

2022-11-08 Thread Arsen Arsenović via Grub-devel
Daniel Kiper writes: > Missing "Signed-off-by: Arsen Arsenović " line. > I can add it on your behalf if you are OK with it. Ah, apologies, I didn't know GRUB collects signoffs. I'll keep that in mind for the future, and yes, go ahead and add it. Thanks, and have a great evening! :) -- Arsen

Re: [PATCH] grub-core: Pass -P to zpool status

2022-11-08 Thread Daniel Kiper
On Tue, Nov 08, 2022 at 12:22:36AM +0100, Arsen Arsenović via Grub-devel wrote: > zpool status by default prints basenames of VDEVs, which means that GRUB > would have to go around guessing to see whether a VDEV exists. Instead, > it'd be more robust to simply tell zpool to give us full paths to V

[PATCH] grub-core: Pass -P to zpool status

2022-11-07 Thread Arsen Arsenović via Grub-devel
zpool status by default prints basenames of VDEVs, which means that GRUB would have to go around guessing to see whether a VDEV exists. Instead, it'd be more robust to simply tell zpool to give us full paths to VDEVs via -P. --- Hey there, While setting up a new GNU+Linux install on a ZFS root, u