Add another 1.1->1.2 compatibility alias
authorGuido Trotter <ultrotter@google.com>
Wed, 20 Feb 2008 11:17:52 +0000 (11:17 +0000)
committerGuido Trotter <ultrotter@google.com>
Wed, 20 Feb 2008 11:17:52 +0000 (11:17 +0000)
gnt-instance replace-disks used to be called replace_disks.

Reviewed-by: iustinp

scripts/gnt-instance

index 803036d..efa6809 100755 (executable)
@@ -947,6 +947,7 @@ commands = {
 
 aliases = {
   'activate_block_devs': 'activate-disks',
+  'replace_disks': 'replace-disks',
   'start': 'startup',
   'stop': 'shutdown',
   }