I upgraded from FreeNAS 9.10 to 11.1-stable and I’m having trouble with the iocage migration. Maybe I should have just went to 11.2-stable and if that will fix this issue let me know. This is what we are working with.
After the upgrade I updated the ZFS pool to add the features per the prompts. All the jails were running and could be controlled by warden but not isocage. The first jail I tried to migrate was a test git server running Gogs (jail name repo) which was also working after the 11.1 update under warden.
I stopped the jail
warden stop repo
and ran the script
everything reported ok command showed two jails running, so I turned the warden one off
Not sure why the services in the new iocage jail are not coming up.
I also tried per the advice of someone in IRC still no dice
Here is a copy of iocage get all repo, I consoled in via iocage and verified that the IP was correct and I could ping it from with in the jail (but not from the host) I ran
https://gist.github.com/timypcr/3cccc0fcdccfc985c8b325412796c7cb
any help would be great
tim
After the upgrade I updated the ZFS pool to add the features per the prompts. All the jails were running and could be controlled by warden but not isocage. The first jail I tried to migrate was a test git server running Gogs (jail name repo) which was also working after the 11.1 update under warden.
I stopped the jail
warden stop repo
and ran the script
Code:
cd /usr/local/sbin
Code:
migrate_warden.py -j repo -p pool_name
everything reported ok
Code:
jls
Code:
warden stop repo
Not sure why the services in the new iocage jail are not coming up.
I also tried
Code:
iocage stop repo; iocage set bpf=yes repo; iocage start repo
Here is a copy of iocage get all repo, I consoled in via iocage and verified that the IP was correct and I could ping it from with in the jail (but not from the host) I ran
https://gist.github.com/timypcr/3cccc0fcdccfc985c8b325412796c7cb
any help would be great
tim