Package ganeti :: Module cmdlib :: Class LUTagsSet
[hide private]
[frames] | no frames]

Class LUTagsSet

source code


Sets a tag on a given object.

Instance Methods [hide private]
 
CheckPrereq(self)
Check prerequisites.
source code
 
Exec(self, feedback_fn)
Sets the tag.
source code

Inherited from TagsLU: ExpandNames

Inherited from NoHooksLU: BuildHooksEnv

Inherited from LogicalUnit: CheckArguments, DeclareLocks, HooksCallBack, __init__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  REQ_BGL = False

Inherited from NoHooksLU: HPATH, HTYPE

Inherited from LogicalUnit: ssh

Instance Variables [hide private]

Inherited from LogicalUnit: dry_run_result

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

CheckPrereq(self)

source code 

Check prerequisites.

This checks the type and length of the tag name and value.

Overrides: LogicalUnit.CheckPrereq

Exec(self, feedback_fn)

source code 

Sets the tag.

Overrides: LogicalUnit.Exec