Use hostuuid as jail Name
This commit is contained in:
parent
0637686f91
commit
fabe9cc330
@ -255,7 +255,7 @@ func listJailsFromDirectory(dir string, dsname string) ([]Jail, error) {
|
||||
// 2. Build jail object from config
|
||||
jailRootPath := fmt.Sprintf("%s/%s/%s", dir, fi.Name(), "root")
|
||||
j := Jail{
|
||||
Name: jailConf.Host_hostname,
|
||||
Name: jailConf.Host_hostuuid,
|
||||
Config: jailConf,
|
||||
ConfigPath: jailConfPath,
|
||||
Datastore: dsname,
|
||||
|
Loading…
Reference in New Issue
Block a user