From 7bfcc7c4bd70d7dea238eaee86e6e0bbad6ce181 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 14 Jun 2012 15:03:46 -0700 Subject: [PATCH] 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 --- src/upstart/radosgw.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/upstart/radosgw.conf b/src/upstart/radosgw.conf index 3446cf297d5f5..d809f8861e11c 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 -- 2.39.5