-
Notifications
You must be signed in to change notification settings - Fork 5
Add a Data Disk #3
Comments
Given that CB is memory first, the storage may make little difference, so RAIDing a bunch of drives probably isn't needed. We can just have one big one. |
Seems like this is probably done in the branch. |
While the disk may be there, looks like CB isn't being configured to use it @OguzPastirmaci |
The block isn't being generated dynamically. Instead it's static right now. I'm skeptical that's going to generalize to what the generator spits out. https://github.com/cloud-partners/oci-couchbase/blob/master/generator/block.tf There's an additional issue in that it's using remote exec. I think that exposes us to concurrency with the cloud init. |
The block size should go in the yaml under group, not as a top level var. https://github.com/cloud-partners/oci-couchbase/blob/df59429e48f852c768240902413da84be930854c/generator/variables.tf#L17 |
Right now we're just using the boot volume to store the database.
The text was updated successfully, but these errors were encountered: