Missing a VM after 11.3 upgrade

evllprchn

Cadet
Joined
May 3, 2019
Messages
4
When I boot to my newly-upgraded 11.3 environment, I'm missing one of my VMs. This VM was created just last week on FreeNAS 11.2-U7 using the UI completely (no command line). I'm not really sure why it's missing, and I don't know where to look to find more information. Could someone point me in the right direction?

Here's what I'm seeing in my 11.2-U7 boot environment:
Code:
FreeBSD 11.2-STABLE (FreeNAS.amd64) #0 r325575+c9231c7d6bd(HEAD): Mon Nov 18 22:46:47 UTC 2019
root@freenas:~ # ls -al /dev/vmm
total 1
dr-xr-xr-x   2 root  wheel    512 Feb 10 21:39 .
dr-xr-xr-x  14 root  wheel    512 Feb 10 21:36 ..
crw-------   1 root  wheel  0x1bc Feb 10 21:40 4_CrashPlanVM
crw-------   1 root  wheel  0x1c1 Feb 10 21:40 9_wordpress2020
crw-------   1 root  wheel  0x1aa Feb 10 21:39 ioh-crashplan
root@freenas:~ #


... and here's what I see in 11.3:
Code:
FreeBSD 11.3-RELEASE-p5 (FreeNAS.amd64) #0 r325575+8ed1cd24b60(HEAD): Mon Jan 27                      18:07:23 UTC 2020
root@freenas:~ # ls -la /dev/vmm
total 1
dr-xr-xr-x   2 root  wheel    512 Feb 11 22:14 .
dr-xr-xr-x  14 root  wheel    512 Feb 11 22:12 ..
crw-------   1 root  wheel  0x1b1 Feb 11 22:14 4_CrashPlanVM
crw-------   1 root  wheel  0x1ac Feb 11 22:14 ioh-crashplan
root@freenas:~ #
 

evllprchn

Cadet
Joined
May 3, 2019
Messages
4
Well, I still have no idea why that's happening. I effectively solved it by just recreating the VM in 11.3 and attaching it to the zpool from the original VM. Everything started up, so that's good enough for now!
 
Top