Jail migration on 11.2

abrice

Cadet
Joined
Jul 18, 2018
Messages
9
Before upgrading to 11.2 I had a mixed set of jails, some running under warden some in iocage. After I upgraded to 11.2, the ones that were under iocage showed up in the GUI and also when I ran iocage list. JLS showed all jails, with the ones that were under warden without info for their IP. I then ran the migration script on two of my warden jails (Plex and sickrage) to move them over. The script completed successfully but the problem now is in the GUI and when I run the iocage list command I'm only seeing the ones I migrated, not the migrated plus the original ones(Flexget, MySQL). If I run the JLS command I see them still (they are running) but I'm afraid to turn them off... Any help would be grateful.


root@freenas:~ # iocage list
+-----+------------+-------+--------------+-------------+
| JID | NAME | STATE | RELEASE | IP4 |
+=====+============+=======+==============+=============+
| 8 | Plex | up | 11.0-RELEASE | 192.168.1.5 |
+-----+------------+-------+--------------+-------------+
| - | sickrage_1 | down | 11.0-RELEASE | 192.168.1.6 |
+-----+------------+-------+--------------+-------------+

root@freenas:~ # jls
JID IP Address Hostname Path
4 192.168.1.11 MySQL /mnt/iocage/jails/MySQL/root
5 192.168.1.8 flexget /mnt/iocage/jails/flexget/root
8 192.168.1.5 Plex /mnt/TimeMachine/iocage/jails/Plex/root
 
Last edited:
Top