arvindshmicrosoft commented on a change in pull request #306: Implement 
terminate and wipe actions for Azure clusters
URL: https://github.com/apache/fluo-muchos/pull/306#discussion_r365874438
 
 

 ##########
 File path: lib/muchos/existing.py
 ##########
 @@ -230,13 +230,19 @@ def perform(self, action):
             self.setup()
         elif action == 'ssh':
             self.ssh()
-        elif action in ('wipe', 'kill', 'cancel_shutdown'):
+        elif action == 'wipe':
+            # First execute kill and wipe routines on the attached disks
 
 Review comment:
   I believe we need the validation for a valid hosts file here as well.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to