Skip to content
Snippets Groups Projects

feat: Add new data volume for XDMod queue data

Closed Krish Moodbidri requested to merge feat-test-xdmod-queue-vol into master
  1. Nov 20, 2023
  2. Nov 17, 2023
  3. Nov 16, 2023
    • Krish Moodbidri's avatar
      268618ee
    • Krish Moodbidri's avatar
      Detach and Remove Staging Volumes · fe8da389
      Krish Moodbidri authored
      This commit optimizes the process of detaching and removing staging volumes from the staging instance. It replaces the previous approach of using a single staging volume with a new approach that involves two distinct volumes. 
      fe8da389
    • Krish Moodbidri's avatar
      Refactor OpenStack script to handle multiple attached volumes · 69294b12
      Krish Moodbidri authored
      The original code assumed only one volume is attached to the specified OpenStack instance. This commit modifies the script to correctly handle scenarios where multiple volumes are attached. The updated code uses an array to store all attached volumes, iterates over the array, and performs actions for each volume. This enhances the script's flexibility and ensures accurate detachment messages for all attached volumes.
      
      Changes:
      - Modified the extraction of the instance ID to handle potential changes in the output structure.
      - Implemented an array to store all attached volumes.
      - Added a loop to iterate over the array and print detachment messages for each volume.
      69294b12
  4. Nov 08, 2023
Loading