From patchwork Thu Jul 24 15:00:43 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Abhishek Lekshmanan X-Patchwork-Id: 4618491 Return-Path: X-Original-To: patchwork-ceph-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id A0F619F295 for ; Thu, 24 Jul 2014 15:01:57 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 163FC201BC for ; Thu, 24 Jul 2014 15:01:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 161EB201E4 for ; Thu, 24 Jul 2014 15:01:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759441AbaGXPBh (ORCPT ); Thu, 24 Jul 2014 11:01:37 -0400 Received: from mail-pa0-f54.google.com ([209.85.220.54]:44016 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759339AbaGXPBg (ORCPT ); Thu, 24 Jul 2014 11:01:36 -0400 Received: by mail-pa0-f54.google.com with SMTP id fa1so4102930pad.13 for ; Thu, 24 Jul 2014 08:01:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:in-reply-to:references; bh=8zRhPchun4YHkjDvkYydfSBSp/3+Y9/mJaFDIpzhZkc=; b=E23z/zM6VCiNghqd+9/5UfIzS31USI95pNNU8UsKaad6YvvPUvEvg/+sR8obeXWldA nik59nvFC242SMrp0kG6c0nkfKX6Q2Lea/DUqKp/yIwGGqURW4arjFixk3C2/NgOQO0u 5A496MDtwASVbg6Z5ZRYewaKWZbzRLqx76PhhiBVK0jqFBCd4tcwqcLa2ZQVC75mfmgy Pq5tOmD64DHLc+cNK5eK30TulFnhpCThaIA0vOmnTC/O8VGgHFTSDKrZFUuFqRNF17Fn N0ScwB3sGkM9txC+IZX6WHOi3r5seod15LPCF2Ls6JPB2K05bcMEYrH/7n263YVcvqVa H46w== X-Received: by 10.66.176.97 with SMTP id ch1mr3092196pac.101.1406214095685; Thu, 24 Jul 2014 08:01:35 -0700 (PDT) Received: from localhost.localdomain ([49.32.0.91]) by mx.google.com with ESMTPSA id uj2sm21604517pab.14.2014.07.24.08.01.33 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 24 Jul 2014 08:01:34 -0700 (PDT) From: Abhishek Lekshmanan To: ceph-devel@vger.kernel.org Subject: [PATCH 3/3] doc: update radosgw man page with available opts Date: Thu, 24 Jul 2014 20:30:43 +0530 Message-Id: <1406214043-23730-4-git-send-email-abhishek.lekshmanan@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1406214043-23730-1-git-send-email-abhishek.lekshmanan@gmail.com> References: <1406214043-23730-1-git-send-email-abhishek.lekshmanan@gmail.com> Sender: ceph-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: ceph-devel@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Fixes:#8112 Signed-off-by: Abhishek Lekshmanan --- doc/man/8/radosgw.rst | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/doc/man/8/radosgw.rst b/doc/man/8/radosgw.rst index 5e5e3c0..7aa9655 100644 --- a/doc/man/8/radosgw.rst +++ b/doc/man/8/radosgw.rst @@ -32,10 +32,38 @@ Options Connect to specified monitor (instead of looking through ``ceph.conf``). +.. option:: -i ID, --id ID + + Set the ID portion of name for radosgw + +.. option:: -n TYPE.ID, --name TYPE.ID + + Set the name for rados gateway (eg. client.radosgw.gateway) + +.. option:: --cluster NAME + + Set the cluster name (default: ceph) + +.. option:: -d + + Run in foreground, log to stderr + +.. option:: -f + + Run in foreground, log to usual location + .. option:: --rgw-socket-path=path Specify a unix domain socket path. +.. option:: --rgw-region=region + + The region where radosgw runs + +.. option:: --rgw-zone=zone + + The zone where radosgw runs + Configuration =============