A.46 edit Repository

Edits a storage repository.

Syntax

edit Repository instance [ownership= { yes | no }] [name=value] [description=value]

Where instance is:

{ id=id | name=name }

Description

This command edits a storage repository.

Although none of the options are mandatory, you must supply at least one option.

Options

The following table shows the available options for this command.

Option

Description

[ownership= { yes | no }]

Whether to take or reliquish ownership of the storage repository.

name=value

A name to identify the storage repository.

description=value

Optional description for the storage repository.

{ id=id | name=name }

The instance of the object using either the id or name option, for example name=MyRepository.

Examples

Example A.60 Editing a storage repository

OVM> edit Repository id=0004fb00000300003ab65ab35e3fea7a name=MyRepository \
  description="My Storage Repository"

See Also