You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by GitBox <gi...@apache.org> on 2020/01/13 15:45:03 UTC

[GitHub] [fluo-muchos] arvindshmicrosoft commented on a change in pull request #306: Implement terminate and wipe actions for Azure clusters

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:
users@infra.apache.org


With regards,
Apache Git Services