A.70 edit FileSystem

Edits an OCFS2 file system.

Syntax

edit FileSystem instance [ name=value ] [ description=value ]

Where instance is:

{ id=value | name=value }

Description

This command edits the attributes of an OCFS2 file system.

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

name=value

A name to identify the file system.

description=value

Optional description for the file system. value is a maximum of 4,000 characters.

{ id=value | name=value }

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

Examples

Example A.92 Editing a file system

OVM> edit FileSystem id=0004fb0000050000002618dec56ee0e8 name=MyFileSystem \
  description='My File System'

See Also