AF:
NF:0
PS:10
SRH:1
SFN:
DSR:
MID:<20080710010738.7a9bb13f@ripper.onstor.net>
CFG:
PT:0
S:andy.sharp@onstor.com
RQ:
SSV:onstor-exch02.onstor.net
NSV:
SSH:
R:<ed.kwan@onstor.com>,<joachim.thiessen@onstor.com>
MAID:1
X-Sylpheed-Privacy-System:
X-Sylpheed-Sign:0
SCF:#mh/Mailbox/sent
RMID:#imap/andys@onstor.net@onstor-exch02.onstor.net/INBOX	0	BB375AF679D4A34E9CA8DFA650E2B04E0ADDAD3E@onstor-exch02.onstor.net
X-Sylpheed-End-Special-Headers: 1
Date: Thu, 10 Jul 2008 01:08:40 -0700
From: Andrew Sharp <andy.sharp@onstor.com>
To: "Ed Kwan" <ed.kwan@onstor.com>
Cc: Joachim Thiessen <joachim.thiessen@onstor.com>
Subject: Re: Adding IP to NFS share client list gives error messages...
Message-ID: <20080710010840.0db4014c@ripper.onstor.net>
In-Reply-To: <BB375AF679D4A34E9CA8DFA650E2B04E0ADDAD3E@onstor-exch02.onstor.net>
References: <BB375AF679D4A34E9CA8DFA650E2B04E08B3E47C@onstor-exch02.onstor.net>
	<BB375AF679D4A34E9CA8DFA650E2B04E0ADDAD3E@onstor-exch02.onstor.net>
Organization: Onstor
X-Mailer: Sylpheed-Claws 2.6.0 (GTK+ 2.8.20; x86_64-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

Does that mean it only affects the GUI, because the original email
didn't mention the GUI as far as I remember.  It included a bunch of 
CLI output.  If the problem was encountered in the GUI, it should have
been mentioned?


On Wed, 9 Jul 2008 23:59:20 -0700 "Ed Kwan" <ed.kwan@onstor.com> wrote:

> I believe in validate.js, line 185
> 
>     180       var parts = ip_address.split(".");
>     181       if (parseInt(parseFloat(parts[0])) == 0)
>     182           {
>     183                 return this.err_invalid_ip_address;
>     184           }
>     185           if (parseInt(parseFloat(parts[parts.length-1])) ==
> 0) 186           {
>     187                 return this.err_invalid_ip_address;
>     188           }
> 
> we are not handling the "/netmask" part of your input.
> Please file a defect.
> 3.2.0.2 should have the same problem.
> 
> > -----Original Message-----
> > From: Joachim Thiessen
> > Sent: Wednesday, July 09, 2008 9:58 PM
> > To: Brian Nguyen; dl-cstech
> > Subject: Re: Adding IP to NFS share client list gives error
> messages...
> > 
> > Hi Brian,
> > 
> > I can reproduce it on cslab3 using the WebUI.
> > 
> > Regards...
> > 
> > ...Joachim
> > 
> > 
> > -----Original Message-----
> > From: Brian Nguyen
> > To: Joachim Thiessen; dl-cstech
> > Sent: Wed Jul 09 18:17:33 2008
> > Subject: RE: Adding IP to NFS share client list gives error
> messages...
> > 
> > I could not reproduce problem when adding specific IP to NFS share
> client
> > list and I'm running 3.2.0.6UIT which is same as 3.2.0.6. What elog
> says?
> > 
> > 18:15:44 g3r5 G3R5-VS1 diag> nfs show all
> > State: Enabled    Share path: /vol1
> > Option: rw, client list:
> > * auth(0,1)
> > Option: no_root_squash, client list:
> > * auth(0,1)
> > 
> > State: Enabled    Share path: /vol1/test
> > Option: rw, client list:
> > 10.3.28.53/32 auth(0,1)
> > 10.3.28.54/32 auth(0,1)
> > 10.3.1.0/24 auth(0,1)
> > Option: no_root_squash, client list:
> > 10.3.28.53/32 auth(0,1)
> > 10.3.28.54/32 auth(0,1)
> > 10.3.1.0/24 auth(0,1)
> > 
> > State: Enabled    Share path: /vol3
> > Option: rw, client list:
> > * auth(0,1)
> > Option: no_root_squash, client list:
> > * auth(0,1)
> > 
> > _____________________________________________
> > From: Joachim Thiessen
> > Sent: Wednesday, July 09, 2008 5:14 PM
> > To: dl-cstech
> > Subject: Adding IP to NFS share client list gives error messages...
> > 
> > Hi,
> > 
> > I just upgraded a customer from 3.2.0.2 to 3.2.0.6 and encountered a
> > problem when adding a specific IP address to the NFS share client
> list.
> > 
> > It worked under 3.2.0.2, but fails with...
> > 
> > "New Client IP should contain a valid IP[/Subnet Mask] or Netgroup
> > or domain"
> > 
> > Here is the configuration before the upgrade...
> > 
> > spindle01 TERRA diag> nfs show all
> > State: Enabled    Share path: /terra_fs/Public
> > Option: rw, client list:
> > 10.3.1.3/32 auth(0,1)
> > 10.3.1.0/24 auth(0,1)
> > Option: no_root_squash, client list:
> > 10.3.1.3/32 auth(0,1)
> > 10.3.1.0/24 auth(0,1)
> > 
> > State: Enabled    Share path: /terra_fs
> > Option: rw, client list:
> > * auth(0,1)
> > Option: no_root_squash, client list:
> > * auth(0,1)
> > 
> > 
> > Adding 10.3.1.0/24 fails under 3.2.0.6. Is this a bug or WAD?
> > 
> > Thanks...
> > 
> > ...Joachim Thiessen
> > 
> > Professional Services Engineer
> > ONStor, Inc.
> > 408-410-6704
> > joachim.thiessen@onstor.com
> 
