Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ volumes and create/delete snapshots, etc.

4. Supported Operations
====================
w

The following operations are supported:
* Create volume.
* Delete volume.
Expand Down Expand Up @@ -230,7 +230,7 @@ cinder --os-username admin --os-tenant-name admin type-key <typename> set ViPR:V

Add/modify the following entries if you are planning to use multiple back-end drivers.
1. The "enabled_backends" parameter needs to be set in cinder.conf and other parameters required in each backend need to be placed in individual backend sections (rather than the DEFAULT section).
2. “enabled_backends” will be commented by default, please un-comment and add the multiple back-end names as below.
2. enabled_backends will be commented by default, please un-comment and add the multiple back-end names as below.
```
enabled_backends=viprdriver-iscsi,viprdriver-fc,viprdriver-scaleio
```
Expand Down
1 change: 1 addition & 0 deletions cinder/volume/drivers/emc/vipr/scaleio.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ def initialize_connection(self, volume, connector):
properties['hostIP'])
initiatorPorts.append(initiatorPort)

properties['serverToken'] = self.server_token
protocol = 'scaleio'
hostname = connector['host']
itls = self.common.initialize_connection(volume,
Expand Down