~corey.bryant/charms/trusty/keystone/python-six

« back to all changes in this revision

Viewing changes to hooks/charmhelpers/contrib/storage/linux/ceph.py

  • Committer: Liam Young
  • Date: 2014-07-21 09:49:40 UTC
  • mfrom: (68.1.6 keystone)
  • Revision ID: liam.young@canonical.com-20140721094940-ffsywsa04ocxqhfa
[corey.bryant,r=gnuoy] Sleep for 10 seconds before checking if keystone-all has restarted. Sync with charm-helpers

Show diffs side-by-side

added added

removed removed

Lines of Context:
303
303
                        blk_device, fstype, system_services=[]):
304
304
    """
305
305
    NOTE: This function must only be called from a single service unit for
306
 
          the same rbd_img otherwise data loss will occur.
 
306
    the same rbd_img otherwise data loss will occur.
307
307
 
308
308
    Ensures given pool and RBD image exists, is mapped to a block device,
309
309
    and the device is formatted and mounted at the given mount_point.