platform9 / express

Platform9's on-boarding / automation toolkit
Apache License 2.0
12 stars 10 forks source link

Using Express to Onboard Cinder Nodes with Shared Storage Causes LVM Role Application #270

Open eloyfm00 opened 3 years ago

eloyfm00 commented 3 years ago

Onboarding a cinder node which is intended to be used with shared storage backend using the pf9-express tool causes the LVM role to be applied instead by default as per the link below.

https://github.com/platform9/express/blob/ff4878bf3f96176d48360fd01619b56a03584c83/pf9-express.yml#L127

mattroark commented 3 years ago

I think this is expected. LVM is required for the iSCSI connection in order to leverage the shared storage path. Otherwise, you would need some other Cinder backend to support this.