Skip to content

Commit 9f82dba

Browse files
committed
Merge pull request #8 from emcvipr/bugfix-scaleio-attach
Bugfix scaleio attach
2 parents d6fa763 + ca68e5e commit 9f82dba

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ volumes and create/delete snapshots, etc.
2929

3030
4. Supported Operations
3131
====================
32-
w
32+
3333
The following operations are supported:
3434
* Create volume.
3535
* Delete volume.
@@ -230,7 +230,7 @@ cinder --os-username admin --os-tenant-name admin type-key <typename> set ViPR:V
230230

231231
Add/modify the following entries if you are planning to use multiple back-end drivers.
232232
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).
233-
2. “enabled_backends” will be commented by default, please un-comment and add the multiple back-end names as below.
233+
2. “enabled_backends” will be commented by default, please un-comment and add the multiple back-end names as below.
234234
```
235235
enabled_backends=viprdriver-iscsi,viprdriver-fc,viprdriver-scaleio
236236
```

cinder/volume/drivers/emc/vipr/scaleio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ def initialize_connection(self, volume, connector):
184184
properties['hostIP'])
185185
initiatorPorts.append(initiatorPort)
186186

187+
properties['serverToken'] = self.server_token
187188
protocol = 'scaleio'
188189
hostname = connector['host']
189190
itls = self.common.initialize_connection(volume,

0 commit comments

Comments
 (0)