]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
radosgw: takes --id, but not -i
authorSage Weil <sage@inktank.com>
Thu, 14 Jun 2012 22:03:46 +0000 (15:03 -0700)
committerSage Weil <sage@inktank.com>
Thu, 14 Jun 2012 22:03:46 +0000 (15:03 -0700)
The -i short versio doesn't work on 'client' code that tend to use it for
input files.

Signed-off-by: Sage Weil <sage@inktank.com>
src/upstart/radosgw.conf

index 3446cf297d5f5bffc8a722e9d7abd413e77280c0..d809f8861e11ce9059ed69c3127fe394834a7bca 100644 (file)
@@ -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