cumulus icon indicating copy to clipboard operation
cumulus copied to clipboard

Add support for shared volume across nodes in cluster

Open cjh1 opened this issue 9 years ago • 7 comments

I think ec2_pod supports this?

cjh1 avatar Feb 23 '16 15:02 cjh1

What do you mean by shared volume? I was under the impression volume's can only be attached to a single instance at a time - or do you mean the process of detaching and attaching to a new instance?

On Tue, Feb 23, 2016 at 10:35 AM, Chris Harris [email protected] wrote:

I think ec2_pod supports this?

— Reply to this email directly or view it on GitHub https://github.com/Kitware/cumulus/issues/160.

Christopher Kotfila R&D Engineer Kitware Inc. http://www.kitware.com/company/team/kotfila.html

kotfic avatar Feb 24 '16 13:02 kotfic

I mean sharing via NFS or similar ...

cjh1 avatar Feb 24 '16 13:02 cjh1

But yes we need to look at support attaching detaching as well.

cjh1 avatar Feb 24 '16 13:02 cjh1

ec2-pod role does not support this out of the box, I do however, have some ansible scripts kicking around that does this. Let me see if i can put hands on it

On Wed, Feb 24, 2016 at 8:47 AM, Chris Harris [email protected] wrote:

But yes we need to look at support attaching detaching as well.

— Reply to this email directly or view it on GitHub https://github.com/Kitware/cumulus/issues/160#issuecomment-188261948.

Christopher Kotfila R&D Engineer Kitware Inc. http://www.kitware.com/company/team/kotfila.html

kotfic avatar Feb 24 '16 14:02 kotfic

Not sure if this is helpful or not, but fwiw: https://github.com/OpenGeoscience/nex/blob/master/experimental/celery_performance/setup.yml#L41-L129

On Wed, Feb 24, 2016 at 9:03 AM, Chris Kotfila [email protected] wrote:

ec2-pod role does not support this out of the box, I do however, have some ansible scripts kicking around that does this. Let me see if i can put hands on it

On Wed, Feb 24, 2016 at 8:47 AM, Chris Harris [email protected] wrote:

But yes we need to look at support attaching detaching as well.

— Reply to this email directly or view it on GitHub https://github.com/Kitware/cumulus/issues/160#issuecomment-188261948.

Christopher Kotfila R&D Engineer Kitware Inc. http://www.kitware.com/company/team/kotfila.html

Christopher Kotfila R&D Engineer Kitware Inc. http://www.kitware.com/company/team/kotfila.html

kotfic avatar Feb 24 '16 14:02 kotfic

The current gridengine playbook shared the root filesystem via NFS.

cjh1 avatar Apr 07 '16 15:04 cjh1

We also need to be able to configure the root volume size when we create a cluster ( head and data node independently )

cjh1 avatar Apr 08 '16 14:04 cjh1