Revision a8deb185 lib/opcodes.py

b/lib/opcodes.py
1449 1449
    _PShutdownTimeout,
1450 1450
    ("ignore_failures", False, ht.TBool,
1451 1451
     "Whether to ignore failures during removal"),
1452
    ("keep_disks", False, ht.TBool, "Whether to remove disks")
1452 1453
    ]
1453 1454
  OP_RESULT = ht.TNone
1454 1455

  
......
1738 1739
    ("conflicts_check", True, ht.TBool, "Check for conflicting IPs"),
1739 1740
    ("hotplug", False, ht.TBool, "Whether to hotplug device"),
1740 1741
    ("hotplug_if_possible", False, ht.TBool, "If possible then hotplug device"),
1742
    ("keep_disks", False, ht.TBool, "Whether to remove disks")
1741 1743
    ]
1742 1744
  OP_RESULT = _TSetParamsResult
1743 1745

  

Also available in: Unified diff