st_volume_change_owner

Only the owner of a volume (and root) is allowed to change the owner and/or group.
Partitions that have already opened the specified volume can continue to use it even
if the new permissions would not allow it, but subsequent calls to open_volume() will fail.

Mandatory Parameters

Parameter Name Data Type Description
vid integer ID of an existing volume
vol_user integer ID of an existing user
vol_grp integer ID of an existing group

Optional Parameters

Parameter Name Data Type Description
vname string Name of an existing volume

Substitute Parameters

The below table describes what parameters can be substituted for another parameter.

Parameter Name Substitute Parameter
vid vname
vname vid

Allowed Users

The following users are allowed to run this job:

  • root

Allowed Groups

The following groups are allowed to run this job:

  • root
  • exastoradm
  • exaadm

Examples

The following code snippets show how to use this job using both Python (via XML-RPC) and on the command-line using confd_client.