Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C0E13200CB0 for ; Fri, 23 Jun 2017 21:45:03 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BF8D4160BE5; Fri, 23 Jun 2017 19:45:03 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 11974160BE2 for ; Fri, 23 Jun 2017 21:45:02 +0200 (CEST) Received: (qmail 16840 invoked by uid 500); 23 Jun 2017 19:45:02 -0000 Mailing-List: contact issues-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list issues@geode.apache.org Received: (qmail 16831 invoked by uid 99); 23 Jun 2017 19:45:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jun 2017 19:45:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id D3C0FC145C for ; Fri, 23 Jun 2017 19:45:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 3ZPpInXF5lIM for ; Fri, 23 Jun 2017 19:45:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id B72D85F3BF for ; Fri, 23 Jun 2017 19:45:00 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 4BD7CE0041 for ; Fri, 23 Jun 2017 19:45:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 08EDC2193E for ; Fri, 23 Jun 2017 19:45:00 +0000 (UTC) Date: Fri, 23 Jun 2017 19:45:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@geode.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GEODE-2920) secure disk-store as a resource MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 23 Jun 2017 19:45:03 -0000 [ https://issues.apache.org/jira/browse/GEODE-2920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16061421#comment-16061421 ] ASF GitHub Bot commented on GEODE-2920: --------------------------------------- Github user PurelyApplied commented on a diff in the pull request: https://github.com/apache/geode/pull/596#discussion_r123830383 --- Diff: geode-core/src/main/java/org/apache/geode/management/internal/beans/MemberMBean.java --- @@ -148,7 +148,12 @@ public long getInitialImageTime() { @Override public int getInitialImagesInProgres() { --- End diff -- This is our internal implementation of `GEODE/geode-core/src/main/java/org/apache/geode/management/MemberMXBean.java`. I was hesitant to remove the typo'd version from the public-facing interface without at least one version with it `@Deprecated`. > secure disk-store as a resource > ------------------------------- > > Key: GEODE-2920 > URL: https://issues.apache.org/jira/browse/GEODE-2920 > Project: Geode > Issue Type: Sub-task > Components: security > Reporter: Swapnil Bawaskar > > Treat DISK as a CLUSTER resource so that administrators can control the ability to manage diskstores/create regions that will write to disk stores. > Only a user with CLUSTER:MANAGE:DISK should be able to run the following gfsh commands: > {noformat} > create disk-store > alter disk-store > compact disk-store > destroy disk-store > revoke missing-disk-store > {noformat} > And the following JMX bean methods: > {noformat} > DiskStoreMXBean.forceCompaction > DiskStoreMXBean.flush > DiskStoreMXBean.forceRoll > DiskStoreMXBean.setDiskUsageCriticalPercentage > DiskStoreMXBean.setDiskUsageWarningPercentage > DistributedSystemMXBean.revokeMissingDiskStores > {noformat} -- This message was sent by Atlassian JIRA (v6.4.14#64029)