~rharding/charms/precise/mongodb/persistent_storage

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Rick Harding
  • Date: 2013-02-12 15:04:28 UTC
  • Revision ID: rick.harding@canonical.com-20130212150428-y881q39gsbytiumq
Update to set up a unformatted disk

Show diffs side-by-side

added added

removed removed

Lines of Context:
303
303
    juju add-realtion mongos:mongos shard2:database
304
304
    juju add-realtion mongos:mongos shard3:database
305
305
 
306
 
### Using persistent storage for data.
 
306
## Using persistent storage for data.
 
307
 
307
308
    euca-describe-instances
308
309
    euca-describe-volumes
309
310
    euca-attach-volume -d /dev/vdz -i i-00006c74 vol-000000e2
 
311
    # Wait for the volume to attach.
310
312
    juju set mongodb persistent=True dbpath=/mnt/mongodb
311
313
 
312
314