Lines Matching refs:root
935 "the connection info for the root device "
946 msg = (_("Unable to find the root device for instance '%s'.")
1044 # Go ahead and remove the root bdm from the bdms so that we do
1046 # attempting to re-attach the root device.
1186 # - single root pool only
1370 LOG.exception(_("Unable to create root zpool volume for instance "
1737 system/config-user to configure the root account. If an SSH key is
1738 specified, configure root's profile to use it.
1754 for root, dirs, files in os.walk(sc_dir):
1756 fileroot = etree.parse(os.path.join(root, fname))
1761 # root's password is set, the admin account name is set and
1777 fp = os.path.join(sc_dir, 'config-root.xml')
1788 # set up the root account as 'normal' with no expiration,
1789 # an ssh key, and a root password
1793 # sets up root account with expiration if sshkey is None
1800 fp = os.path.join(sc_dir, 'config-root-ssh-keys.xml')
2051 """Install a new Solaris Zone root file system."""
2075 LOG.exception(_("Unable to install root file system for instance "
2139 """Uninstall an existing Solaris Zone root file system."""
2153 LOG.exception(_("Unable to uninstall root file system for "
2213 "reserved for the root file system") % mount_device)
2233 LOG.exception(_("Unable to attach root zpool volume '%s' to "
2260 # need to be cleaned up, e.g a root zpool etc.
3005 hold the new root disk
3082 msg = (_("Cannot find an attached root device."))
3091 msg = (_("Cannot find an attached root device."))
3188 utils.execute('/usr/sbin/archiveadm', 'create', '--root-only',
3393 """Handles the zone root volume switch-over or simply
3664 :param rescue_password: new root password to set for rescue.
4218 """Set the root password on the specified instance.
4636 msg = (_("Unable to find the root device for instance '%s'.")
4749 """Provide a default root device name for the driver.
4752 The instance to get the root device for.
4756 The description of the root device.