Skip to content

Commit

Permalink
volume var init
Browse files Browse the repository at this point in the history
  • Loading branch information
sachin-apa committed May 29, 2024
1 parent a7f871c commit 6daffa7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/modules/volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -1344,6 +1344,9 @@ def perform_module_operation(self):
LOG.info(msg)

# Mapping the SDCs to a volume
map_changed = False
mode_changed = False
limits_changed = False
if state == 'present' and volume_details and sdc and \
sdc_state == 'mapped':
mode_changed, limits_changed, map_changed = self.sdc_state_mapped(
Expand Down

0 comments on commit 6daffa7

Please sign in to comment.