Uploaded image for project: 'OpenShift Virtualization'
  1. OpenShift Virtualization
  2. CNV-53966

Mass vm operations in the WebUI

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False
    • None
    • ---
    • ---

      In the last customer PoC i received the question of how to start and stop several VM's at once. 

      Via cli it's effortless:

      for VM in $(kubectl get vm -l $LABEL-SELECTOR -o jsonpath='{.items[*].metadata.name}'); do
          echo "Updating compute resources for VM: $VM"
          virtctl $ACTION "$VM" 
      done 

      But in the WebUI I would like to select a bunch or all VM's via an checkbox and execute action like start, stop,...:

       

      This would be a general Web UI improvement for every table of Pods, Service, ....

      /cc rh-ee-mdargatz mschindl@redhat.com 

              yfrimanm Yifat Menchik
              rbohne Robert Bohne
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: