Start a Conversation

Unsolved

S

1 Rookie

 • 

4 Posts

12

September 9th, 2025 08:05

consistent_lun host_flag is ignored in dellemc.powermax.host

We create host with a help of dellemc.powermax.host and use one host_flag consistent_lun: true, however it is ignored - host is created with consistent_lun false on array.

- name: Create host with host_flags
  dellemc.powermax.host:
    unispherehost: "{{ unispherehost }}"
    verifycert: "{{ verifycert }}"
    user: "{{ user }}"
    password: "{{ password }}"
    serial_no: "{{ serial_no }}"
    host_name: "{{ host_name }}"
    initiators:
      - id: 10000090fa6622a5
    host_flags:
      consistent_lun: true
    state: 'present'
    initiator_state: 'present-in-host'

We use EE with dell.powermax 4.0.0 and PyU4V 9.2.1.7 (due to we have powermax 2k and 8k systems still), we can't use PyU4V 10.x

https://github.com/dell/ansible-powermax/issues/88 submitted for that

1 Rookie

 • 

4 Posts

September 11th, 2025 14:01

Question is closed. There was an issue in our code. 

consistent_lun works as expected.

No Events found!

Top