Get zpool, dont display JID if jail is off

This commit is contained in:
yo
2021-12-19 12:41:16 +01:00
parent d8c78cfd34
commit f90de63f87
2 changed files with 22 additions and 3 deletions

View File

@ -10,6 +10,7 @@ type Jail struct {
Running bool
// No need, Config.Release always represent what is running (plus it know release for non-running jails)
//Release string
Zpool string
}
// iocage struct as stored in config.json