FN11.1-U6 jail migration and iocage destroy - dependent jail

Status
Not open for further replies.
Joined
Dec 21, 2018
Messages
2
Hello,

I recently used the migrate_warden.py script to migrate a jail from warden to iocage to see how the script performed. I'd like to remove the iocage jail that was created in the migration, but when I use the 'iocage destroy jail_name' command, I get the following output:

jail_name has dependent jails (who may also have dependents), use --recursive to destroy:
WardenMigration_2018-12-21

If I use the --recursive command, is this only destroying the iocage jail, or will this also destroy the warden jail as well? Using iocage commands, I can't find any reference to WardenMigration_2018-12-21 that is referenced in the command output.

Thank you!
 

gt2416

Patron
Joined
Feb 4, 2018
Messages
262
"WardenMigration_2018-12-21" is just the name of the child jail that it is trying to delete. Im not sure if it will break your old jail if you delete it. It shouldn't, but I cant say Ive tried. The "WardenMigration_2018-12-21" jail is its own dataset, you could confirm this with the command zfs list.
Then deleting it SHOULD be ok, but again I cant say Ive tried.
 
Status
Not open for further replies.
Top