9.4. disable

9.4.1. disable roll

rocks disable roll {roll...} [arch=string] [version=string]

Disable an available roll. The roll must already be copied on the system using the command "rocks add roll".

arguments

roll

List of rolls to disable. This should be the roll base name (e.g., base, hpc, kernel).

parameters

[arch=string]

The architecture to disable this roll for. If no architecture is supplied, then the roll will be disabled for all architectures.

[version=string]

The version number of the roll to be disabled. If no version number is supplied, then all versions of a roll will be disabled.

examples

# rocks disable roll kernel

Disable the kernel roll

# rocks disable roll ganglia version=5.0 arch=i386

Disable version 5.0 the Ganglia roll for i386 nodes