-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix for #718, #714, #711, #710 #723
fix for #718, #714, #711, #710 #723
Conversation
Added the fix for #710 |
@bhagyashree-sarawate Code looks good to me. |
self.tgt_bkend_config.hpe3par_snapcpg = \ | ||
self._extract_remote_cpgs( | ||
self.tgt_bkend_config.snap_cpg_map) | ||
if self.tgt_bkend_config.snap_cpg_map: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bhagyashree-sarawate As per https://github.com/hpe-storage/python-hpedockerplugin/blob/master/docs/active-passive-based-replication.md both cpg_map and snap_cpg_map in replication_device section are mandatory.
But as per code, when user doesn't give snap_cpg_map, cpg_map is used as snap_cpg_map.
Please fix the documentation for this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Hi
Fixes for #718,#714, #711
Please review
Regards
Bhagyashree Sarawate