Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {% if 'v7000iscsi' in cinder_backend %}
- [v7000iscsi]
- volume_driver = cinder.volume.drivers.ibm.storwize_svc.storwize_svc_iscsi.StorwizeSVCISCSIDriver
- san_ip = {{ v7000_iscsi.ip }}
- san_login = {{ v7000_iscsi.user }}
- san_private_key = {{ v7000_iscsi.keypath }}/{{ v7000_iscsi.key }}
- storwize_svc_volpool_name = {{ v7000_iscsi.pools }}
- storwize_svc_vol_iogrp = {{ v7000_iscsi.iogrp }}
- {% endif %}
- {% if 'v7000fc' in cinder_backend %}
- [v7000fc]
- volume_driver = cinder.volume.drivers.ibm.storwize_svc.storwize_svc_fc.StorwizeSVCFCDriver
- san_ip = {{ v7000_FC.ip }}
- san_login = {{ v7000_FC.user }}
- san_private_key = {{ v7000_FC.keypath }}/{{ v7000_FC.key }}
- storwize_svc_volpool_name = {{ v7000_FC.pools }}
- storwize_svc_multipath_enabled = True
- {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement