Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Add a Data Disk #3

Open
benofben opened this issue Sep 4, 2018 · 5 comments
Open

Add a Data Disk #3

benofben opened this issue Sep 4, 2018 · 5 comments

Comments

@benofben
Copy link
Contributor

benofben commented Sep 4, 2018

Right now we're just using the boot volume to store the database.

@benofben benofben changed the title Add a data disk Add a Data Disk Sep 10, 2018
@benofben
Copy link
Contributor Author

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.

@benofben
Copy link
Contributor Author

Seems like this is probably done in the branch.

@benofben
Copy link
Contributor Author

While the disk may be there, looks like CB isn't being configured to use it @OguzPastirmaci
image

@benofben
Copy link
Contributor Author

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.

@benofben
Copy link
Contributor Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants