~ubuntu-branches/ubuntu/quantal/ceph/quantal

« back to all changes in this revision

Viewing changes to src/upstart/ceph-create-keys.conf

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-09-20 15:15:52 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20120920151552-8ivjstgomcrib6c7
Tags: 0.48.2-0ubuntu1
* New upstream patch release
* d/control: Add gdisk as suggests for package ceph per upstream
  changes.
* d/control: add /var/lib/ceph subdirs from upstream packaging.
* d/ceph.install: install ceph-create-keys tool which was missing
  before.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
description "Create Ceph client.admin key when possible"
 
2
 
 
3
start on started ceph-mon
 
4
stop on runlevel [!2345]
 
5
 
 
6
task
 
7
 
 
8
exec /usr/sbin/ceph-create-keys --cluster="${cluster:-ceph}" -i "${id:-$(hostname)}"