Pure-Storage-Ansible / FlashArray-Collection

Ansible Collection for Pure Storage FlashArray
GNU General Public License v3.0
19 stars 21 forks source link

Fix scheduling update issues #482

Closed sdodsley closed 9 months ago

sdodsley commented 9 months ago
SUMMARY

snap_at and replicate_at where incorrectly asking for 24-hour time with minutes and seconds. Should only request an hourly time in AM or PM. Fix issue if AM or PM is lowercase. Fix issue when changing from daily schedule to hourly schedule. Fixes #481

ISSUE TYPE
COMPONENT NAME

purefa_pgsched.py

ryuyamag commented 9 months ago

Thank you for your quick response.

"snap_at" was fine. "replicate_at" seems to have run into an error. I have attached the log. Please take a look when you have time. 20231016.zip

sdodsley commented 9 months ago

@ryuyamag my bad - typo - try this now

ryuyamag commented 9 months ago

I was getting a different error for 3f78a99. Please check it when it is convenient for you. 20231016b.zip

sdodsley commented 9 months ago

@ryuyamag That should be fixed now

ryuyamag commented 9 months ago

I have confirmed that this works properly. thank you.