-
wardenHo to all. My newbie's journey on the track to OmniOS knowledge brought me to try my first a bhyve zone... but I'm obtaining only this at zlogin: "[NOTICE: Zone halted]"! :(
-
wardenHere is the content of my /zones/obsd01/log/zone.log: pastebin.com/raw/CiUKSkmu Anyone can point to what I'm missing? Thanks!
-
wardenHere is also the output of "zonecfg -z obsd01 info": pastebin.com/raw/XpXcCkLf
-
andyfwarden - Is there anything in the zone init log? That should be /zones/obsd01/root/tmp/init.log if I remember correctly.
-
wardenyes, it looks like we've found the problem: "bhyve-obsd01: Could not open backing file: /dev/zvol/rdsk/rpool/bhyve_obsd01: No such file or directory
-
wardenCould not open backing file: No such file or directory
-
wardendevice emulation initialization error: No such file or directory"
-
warden... but the zvol block device is there:
-
wardenlrwxrwxrwx 1 root root 0 Aug 30 19:10 /dev/zvol/rdsk/rpool/bhyve_obsd01 -> ../../../..//devices/pseudo/zfs@0:3,raw
-
ptribbleIn the config, the device match is for rpool/obsd01, shouldn't that be rpool/bhyve_obsd01 ?
-
wardenaha, here is my fault: thatnk you ptribble!
-
wardennow booting the bhyve zone caused the crash/reboot of the entire host, but I'll restart from scratch with more attention... thanks! :)