Skip to content

Instantly share code, notes, and snippets.

@dkavanagh
Created August 28, 2014 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dkavanagh/d741153823e1e44daf89 to your computer and use it in GitHub Desktop.
Save dkavanagh/d741153823e1e44daf89 to your computer and use it in GitHub Desktop.
adjust cloud properties for larger volumes
yum install -y http://downloads.eucalyptus.com/software/eucalyptus/nightly/4.0/centos/6/x86_64/eucalyptus-4.0.0-0.0.1051.el6.x86_64.rpm
yum install -y http://downloads.eucalyptus.com/software/eucalyptus/nightly/4.0/centos/6/x86_64/eucalyptus-admin-tools-4.0.0-0.0.1051.el6.noarch.rpm
source eucarc
euca-modify-property -p PARTI00.storage.maxvolumesizeingb=25
euca-modify-property -p PARTI01.storage.maxvolumesizeingb=25
euca-modify-property -p PARTI00.storage.maxtotalvolumesizeingb=250
euca-modify-property -p PARTI01.storage.maxtotalvolumesizeingb=250
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment