I recently switched the swap partition on a server from sd0b to sd1b. I've modified /etc/fstab accordingly and after a reboot swapctl -l lists it as being the only used swap partition correctly. Today I noticed this line in dmesg: root on sd0a (4340b9bfa4cdde0a.a) swap on sd0b dump on sd0b
It still lists the old partition (which I modified to be of the "unknown" type in the disklabel, but removing the partition doesn't fix it either) as being the swap partition. How can I change this? I found a kernel compile option, but recompiling a kernel because I want swap on a different partition seems wrong. Thanks for any hints! Frank