Start a Conversation

Unsolved

5 Posts

601

February 15th, 2021 08:00

POWERMAX Volume provision by specifying number of cylinders via ansible

Need to create PMAX luns by specifying number of cylinders via ansible 

Requirement is to match no of cylinders with older luns created manually for replication/clone purpose

5 Posts

February 15th, 2021 08:00

 

 

Options are MB/GB/TB ...need additional option as cylinders

cap_unit
type=string
Choices:
  • MB
  • GB ←
  • TB
volume capacity units
- name: Create volume
  dellemc_powermax_volume:
    unispherehost: "{
 {unispherehost}}"
    universion: "{
 {universion}}"
    verifycert: "{
 {verifycert}}"
    user: "{
 {user}}"
    password: "{
 {password}}"
    serial_no: "{
 {serial_no}}"
    vol_name: "{
 {vol_name}}"
    sg_name: "{
 {sg_name}}"
    size: 1
    cap_unit: "{
 {cap_unit}}"
    state: 'present'

 

No Events found!

Top