Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Sep 2019 16:12:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 240371] iocage destroy doesn't handle renamed jails
Message-ID:  <bug-240371-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240371

            Bug ID: 240371
           Summary: iocage destroy doesn't handle renamed jails
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: lacibsd@gmail.com

If you rename a jail and later destroy a jail which has a dependent jail,
"iocage destroy jailname" will list the original name of the dependent jail=
 not
the current one.

See details below:=20
---
% iocage list
+-----+----------+-------+--------------+------------+
| JID |   NAME   | STATE |   RELEASE    |    IP4     |
+=3D=3D=3D=3D=3D+=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D+=3D=3D=3D=3D=3D=3D=3D+=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D+=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D+
| 1   | 2blog    | up    | 11.2-RELEASE | 172.16.1.3 |
+-----+----------+-------+--------------+------------+
| 7   | 2sql     | up    | 11.2-RELEASE | 172.16.1.2 |
+-----+----------+-------+--------------+------------+
| -   | 2sql_old | down  | 11.2-RELEASE | 172.16.1.4 |
+-----+-------+-------+--------------+------------+

% sudo iocage destroy 2sql_old
Password:

This will destroy jail 2sql_old

Are you sure? [y/N]: y

2sql_old has dependent jails (who may also have dependents), use --recursiv=
e to
destroy:
  20190728
  20190729
  20190730
  20190731
  20190801
  20190802
  20190803
  3sql

% sudo iocage destroy 2sql_old --recursive=20

% iocage list
+-----+-------+-------+--------------+------------+
| JID | NAME  | STATE |   RELEASE    |    IP4     |
+=3D=3D=3D=3D=3D+=3D=3D=3D=3D=3D=3D=3D+=3D=3D=3D=3D=3D=3D=3D+=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D+=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D+
| 1   | 2blog | up    | 11.2-RELEASE | 172.16.1.3 |
+-----+-------+-------+--------------+------------+

---
3sql was renamed to 2sql (JID 7) a few months ago, at iocage destroy, iocage
presented the original name rather than the current one. I ended up destroy=
ing
the wrong jail as well

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240371-7788>