Comment 0 for bug 1765085

Revision history for this message
Mike Gerdts (mgerdts) wrote :

In SmartOS, vmadm(1M) documents the hostname property as the way to set the VM's hostname. This property is available in the guest via the sdc:hostname metadata property. DataSourceSmartOS does not use this value. It currently sets the hostname from the following properties, the first one wins.

1. hostname
2. sdc:uuid

The order should be:

1. sdc:hostname
2. hostname
3. sdc:uuid