User Tools

Site Tools


joid:how_to

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
joid:how_to [2016/02/26 15:16]
David Blaisonneau [Add a compute node]
joid:how_to [2016/03/01 16:38] (current)
Narinder Gupta
Line 7: Line 7:
   * Add a new compute node unit:   * Add a new compute node unit:
  
-     juju add-unit compute+  ​juju add-unit ​nova-compute ​
  
   * Check the new compute is ready   * Check the new compute is ready
  
-     juju status --format=tabular | grep nova-compute+  ​juju status --format=tabular | grep nova-compute
  
   * Get the ID of your last added compute and add Ceph to this node:   * Get the ID of your last added compute and add Ceph to this node:
  
-     ID=$(juju status --format=tabular | tail -n2 |head -n1 | cut -d\  -f1) +  ​ID=$(juju status --format=tabular | tail -n2 |head -n1 | cut -d\  -f1) 
-     ​juju add-unit ceph-osd --to $ID+  juju add-unit ceph-osd --to $ID
  
   * Check ceph is ready   * Check ceph is ready
  
-     juju status --format=tabular | grep ceph-osd+  ​juju status --format=tabular | grep ceph-osd
  
 +===== Update CEPH number of replicat =====
 +
 +  juju set ceph-radosgw ceph-osd-replication-count=2
  
joid/how_to.1456499807.txt.gz · Last modified: 2016/02/26 15:16 by David Blaisonneau