From: Sage Weil Date: Thu, 14 Jun 2012 22:03:46 +0000 (-0700) Subject: radosgw: takes --id, but not -i X-Git-Tag: v0.48argonaut~59^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7bfcc7c4bd70d7dea238eaee86e6e0bbad6ce181;p=ceph.git radosgw: takes --id, but not -i The -i short versio doesn't work on 'client' code that tend to use it for input files. Signed-off-by: Sage Weil --- diff --git a/src/upstart/radosgw.conf b/src/upstart/radosgw.conf index 3446cf297d5f..d809f8861e11 100644 --- a/src/upstart/radosgw.conf +++ b/src/upstart/radosgw.conf @@ -19,4 +19,4 @@ instance ${cluster:-ceph}/$id # this breaks oneiric #usage "cluster = name of cluster (defaults to 'ceph'); id = mds instance id" -exec /usr/bin/radosgw --cluster="${cluster:-ceph}" -i "$id" -f +exec /usr/bin/radosgw --cluster="${cluster:-ceph}" --id "$id" -f