Revision c9c41373 lib/cmdlib.py

b/lib/cmdlib.py
4822 4822

  
4823 4823
    """
4824 4824
    instance = self.instance
4825
    _SafeShutdownInstanceDisks(self, instance)
4825
    if self.op.force:
4826
      _ShutdownInstanceDisks(self, instance)
4827
    else:
4828
      _SafeShutdownInstanceDisks(self, instance)
4826 4829

  
4827 4830

  
4828 4831
def _SafeShutdownInstanceDisks(lu, instance, disks=None):

Also available in: Unified diff