I have a bhyve vm running Rocky Linux 8.7 (RL). I have vm-bhyve installed. I need to test that the upgrade to RL 8.8 will not disrupt the user application running on that vm. My plan is to clone the production vm and perform the upgrade on that. If everything goes well then I would like to promote the clone instead of reapplying the upgrade to the original. However, while
vm clone guest
is documented I cannot find a reference in the vm man page respecting how promotion is done. I would like some guidance on the procedure to follow to promote a vm bhyve clone. Is is simply: zfs promote ZVOL
?