Hi, I set up my lustre/tests from git tree tag 1.8.5.51. The SANITYN passed all its tests but failed in pre-test setup at sanity_mount_check_clients. I have MOUNT and MOUNT2 defined. The sanityn.sh mkdir''ed $MOUNT2 and mounted MDS:$MOUNT to client''s $MOUNT2. A later run in sanity_mount_check_clients thus failed on $MOUNT since it was a $MOUNT mounted on $MOUNT2. What configuration did I screw up to cause this type of problem? What the $MOUNT2 is for in sanityN? Regards, Jay
Jay Lan wrote:> Hi, > > I set up my lustre/tests from git tree tag 1.8.5.51. > > The SANITYN passed all its tests but failed in pre-test > setup at sanity_mount_check_clients. > > I have MOUNT and MOUNT2 defined. > The sanityn.sh mkdir''ed $MOUNT2 and mounted MDS:$MOUNT > to client''s $MOUNT2. A later run in sanity_mount_check_clients > thus failed on $MOUNT since it was a $MOUNT mounted on > $MOUNT2. What configuration did I screw up to cause this > type of problem? What the $MOUNT2 is for in sanityN?I found my problem! I defined MOUNT=/mnt/nbp0 and MOUNT2=/mnt/nbp0-2. Bad idea!!! The sanity_mount_check* scripts use `grep` to search for $MOUNT and $MOUNT2. Since $MOUNT is a substring of $MOUNT2, `grep` on situations return wrong count! Jay> > > Regards, > Jay > >
On 11-06-15 05:58 PM, Jay Lan wrote:> > I found my problem! > > I defined MOUNT=/mnt/nbp0 and MOUNT2=/mnt/nbp0-2. > Bad idea!!! > > The sanity_mount_check* scripts use `grep` to search for > $MOUNT and $MOUNT2. Since $MOUNT is a substring > of $MOUNT2, `grep` on situations return wrong count!That sounds like a bug. Can you please file a ticket at http://jira.whamcould.com/ detailing your problem and solution? Thanx, b. -- Brian J. Murrell Senior Software Engineer Whamcloud, Inc. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 262 bytes Desc: OpenPGP digital signature Url : http://lists.lustre.org/pipermail/lustre-discuss/attachments/20110616/0f748c7f/attachment-0001.bin
A slight typo - http://jira.whamcloud.com On 11-06-16 5:07 AM, Brian J. Murrell wrote:> <snip> > That sounds like a bug. Can you please file a ticket at > http://jira.whamcould.com/ detailing your problem and solution? > >-- Peter Jones Whamcloud, Inc. www.whamcloud.com
On 11-06-16 10:15 AM, Peter Jones wrote:> A slight typo - http://jira.whamcloud.comThanks Peter.> On 11-06-16 5:07 AM, Brian J. Murrell wrote: >> <snip> >> That sounds like a bug. Can you please file a ticket at >> http://jira.whamcould.com/ detailing your problem and solution?^^^^^ LOL. b. -- Brian J. Murrell Senior Software Engineer Whamcloud, Inc. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 262 bytes Desc: OpenPGP digital signature Url : http://lists.lustre.org/pipermail/lustre-discuss/attachments/20110616/3c4ceed4/attachment.bin
Done. LU-425. Thanks, Jay Brian J. Murrell wrote:> On 11-06-16 10:15 AM, Peter Jones wrote: > >> A slight typo - http://jira.whamcloud.com >> > > Thanks Peter. > > >> On 11-06-16 5:07 AM, Brian J. Murrell wrote: >> >>> <snip> >>> That sounds like a bug. Can you please file a ticket at >>> http://jira.whamcould.com/ detailing your problem and solution? >>> > ^^^^^ > LOL. > > b. > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Lustre-discuss mailing list > Lustre-discuss at lists.lustre.org > http://lists.lustre.org/mailman/listinfo/lustre-discuss >