From hdfs-issues-return-225374-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Tue Jul 3 12:11:05 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id DF6DF180632 for ; Tue, 3 Jul 2018 12:11:04 +0200 (CEST) Received: (qmail 79771 invoked by uid 500); 3 Jul 2018 10:11:03 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 79758 invoked by uid 99); 3 Jul 2018 10:11:03 -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; Tue, 03 Jul 2018 10:11:03 +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 4638BC0024 for ; Tue, 3 Jul 2018 10:11:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.501 X-Spam-Level: X-Spam-Status: No, score=-109.501 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id gTcOIZv52gIG for ; Tue, 3 Jul 2018 10:11:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id D54C55F6D2 for ; Tue, 3 Jul 2018 10:11:01 +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 D4C23E10A3 for ; Tue, 3 Jul 2018 10:11: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 5C4C4274F6 for ; Tue, 3 Jul 2018 10:11:00 +0000 (UTC) Date: Tue, 3 Jul 2018 10:11:00 +0000 (UTC) From: "Nilotpal Nandi (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HDDS-208) ozone createVolume command ignores the first character of the "volume name" given as argument MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDDS-208?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Nilotpal Nandi updated HDDS-208: -------------------------------- Status: Patch Available (was: Open) > ozone createVolume command ignores the first character of the "volume nam= e" given as argument > -------------------------------------------------------------------------= -------------------- > > Key: HDDS-208 > URL: https://issues.apache.org/jira/browse/HDDS-208 > Project: Hadoop Distributed Data Store > Issue Type: Bug > Reporter: Nilotpal Nandi > Assignee: Lokesh Jain > Priority: Major > Fix For: 0.2.1 > > Attachments: HDDS-208.001.patch > > > createVolume command ran to create volume "testvolume123". > Volume created with name "estvolume123" instead of "testvolume123". It ig= nores the first character of the volume name > =C2=A0 > {noformat} > [root@ozone-vm bin]# ./ozone oz -createVolume testvolume123 -user root > 2018-07-02 05:33:35,510 WARN util.NativeCodeLoader: Unable to load native= -hadoop library for your platform... using builtin-java classes where appli= cable > 2018-07-02 05:33:36,093 [main] INFO - Creating Volume: estvolume123, with= root as owner and quota set to 1152921504606846976 bytes. > {noformat} > =C2=A0 > ozone listVolume command : > =C2=A0 > {noformat} > [root@ozone-vm bin]# ./ozone oz -listVolume / > 2018-07-02 05:36:47,835 WARN util.NativeCodeLoader: Unable to load native= -hadoop library for your platform... using builtin-java classes where appli= cable > [ { > "owner" : { > "name" : "root" > }, > "quota" : { > "unit" : "TB", > "size" : 1048576 > }, > "volumeName" : "nnvolume1", > "createdOn" : "Sun, 18 Sep +50444 15:12:11 GMT", > "createdBy" : "root" > .. > .. > }, { > "owner" : { > "name" : "root" > }, > "quota" : { > "unit" : "TB", > "size" : 1048576 > }, > "volumeName" : "estvolume123", > "createdOn" : "Sat, 17 May +50470 08:01:41 GMT", > "createdBy" : "root" > } ] > {noformat} > =C2=A0 > =C2=A0 -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org