On
jls is showing multiple jails for individual jails created with
The output is like this:
Are multiple instances of jail1 and jail2 running, and if so what is causing this?
Code:
# uname
FreeBSD 8.1-RELEASE-p4 amd64
jls is showing multiple jails for individual jails created with
Code:
# ezjail-admin create
The output is like this:
Code:
# jls
JID IP Address Hostname Path
1 192.x.x.1 jail1 /usr/jails/jail1
2 192.x.x.2 jail2 /usr/jails/jail2
3 192.x.x.3 jail3 /usr/jails/jail3
4 192.x.x.2 jail2 /usr/jails/jail2
7 192.x.x.1 jail1 /usr/jails/jail1
Are multiple instances of jail1 and jail2 running, and if so what is causing this?