[Bug 1686679] Re: [SRU] Ubuntu16.04 : autofs is extremely long with large number of direct maps

2017-06-30 Thread Eric Desrochers
** Tags removed: sts-sru-needed
** Tags added: sts-sru-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1686679

Title:
  [SRU] Ubuntu16.04 : autofs is extremely long with large number of
  direct maps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/1686679/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1686679] Re: [SRU] Ubuntu16.04 : autofs is extremely long with large number of direct maps

2017-06-29 Thread Brian Murray
This bug did not have its tasks automatically modified because they are
about the autofs5 package, which only exists in Precise, and not the
autofs package.

** Package changed: autofs5 (Ubuntu) => autofs (Ubuntu)

** Changed in: autofs (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

** Changed in: autofs (Ubuntu Yakkety)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1686679

Title:
  [SRU] Ubuntu16.04 : autofs is extremely long with large number of
  direct maps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/1686679/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1686679] Re: [SRU] Ubuntu16.04 : autofs is extremely long with large number of direct maps

2017-06-27 Thread Łukasz Zemczak
** Tags removed: verification-done
** Tags added: verification-done-xenial verification-done-yakkety

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1686679

Title:
  [SRU] Ubuntu16.04 : autofs is extremely long with large number of
  direct maps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/1686679/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1686679] Re: [SRU] Ubuntu16.04 : autofs is extremely long with large number of direct maps

2017-06-25 Thread Hua Zhang
Hi Eric,

Below is my test script and data which are the same as the case
description, thanks.

# Test script

echo "/- auto.direct --timeout 60" > /etc/auto.master
END=2
for i in $(seq 1 $END); do echo $i; echo "/test/samba/test"$i" 
-fstype=cifs,rw,username=hua,password=password ://192.168.99.169/share" >> 
/etc/auto.direct; done

# Yakkety with 5.1.1-1ubuntu3

root@yakkety:~# apt-cache policy autofs |grep Installed
  Installed: 5.1.1-1ubuntu3
root@yakkety:~# time service autofs restart
real1m58.780s
user0m0.012s
sys 0m0.016s
root@yakkety:~# mount |wc -l
20030

# Yakkety with 5.1.1-1ubuntu4

root@yakkety:~# apt-cache policy autofs |grep Installed
  Installed: 5.1.1-1ubuntu4
root@yakkety:~# time service autofs restart
real0m6.284s
user0m0.000s
sys 0m0.012s
root@yakkety:~# mount |wc -l
20030

# Xenail with 5.1.1-1ubuntu3

root@node1:~# apt-cache policy autofs |grep Installed
  Installed: 5.1.1-1ubuntu3
root@node1:~# time service autofs restart
Job for autofs.service failed because a timeout was exceeded. See "systemctl 
status autofs.service" and "journalctl -xe" for details.
real5m0.397s
user0m0.208s
sys 0m0.124s
(NOTE: For the out of 'journalctl -xe' pls see: 
http://paste.ubuntu.com/24953533/
root@node1:~# mount |wc -l
13103

# Xenail with 5.1.1-1ubuntu3.1

root@node1:~# apt-cache policy autofs |grep Installed
  Installed: 5.1.1-1ubuntu3.1
root@node1:~# time service autofs restart
real0m6.648s
user0m0.004s
sys 0m0.000s
root@node1:~# mount |wc -l
20038
root@node1:~# time umount -a -t autofs
real10m7.251s
user0m19.476s
sys 0m4.436s
root@node1:~# mount |wc -l
38
root@node1:~# time service autofs restart
real0m12.967s
user0m0.008s
sys 0m0.000s
root@node1:~# mount |wc -l
20038

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1686679

Title:
  [SRU] Ubuntu16.04 : autofs is extremely long with large number of
  direct maps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/1686679/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1686679] Re: [SRU] Ubuntu16.04 : autofs is extremely long with large number of direct maps

2017-06-23 Thread Eric Desrochers
Hi Hua,

Can you elaborate with more details, output, ... on how you did the
verification of the proposed package.

The SRU verification team will need more details before proceeding to
move the package to -updates and this will help me to justify the
completion of the SRU with them.


- Eric

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1686679

Title:
  [SRU] Ubuntu16.04 : autofs is extremely long with large number of
  direct maps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/1686679/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1686679] Re: [SRU] Ubuntu16.04 : autofs is extremely long with large number of direct maps

2017-06-22 Thread Hua Zhang
Verified successfully on both xenial-proposed and yakkety-proposed.

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1686679

Title:
  [SRU] Ubuntu16.04 : autofs is extremely long with large number of
  direct maps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/1686679/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1686679] Re: [SRU] Ubuntu16.04 : autofs is extremely long with large number of direct maps

2017-06-22 Thread Eric Desrochers
** Changed in: autofs5 (Ubuntu Xenial)
   Status: In Progress => Fix Committed

** Changed in: autofs5 (Ubuntu Yakkety)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1686679

Title:
  [SRU] Ubuntu16.04 : autofs is extremely long with large number of
  direct maps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/1686679/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1686679] Re: [SRU] Ubuntu16.04 : autofs is extremely long with large number of direct maps

2017-06-22 Thread Łukasz Zemczak
Hello Hua, or anyone else affected,

Accepted autofs into yakkety-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/autofs/5.1.1-1ubuntu4
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1686679

Title:
  [SRU] Ubuntu16.04 : autofs is extremely long with large number of
  direct maps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/1686679/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1686679] Re: [SRU] Ubuntu16.04 : autofs is extremely long with large number of direct maps

2017-06-21 Thread Eric Desrochers
Both V3 for Xenial and Yakkety has been uploaded.
It is now waiting for an SRU verification member approval for both packages to 
start to build in -proposed.

Thanks Joshua for reworking the patch.

- Eric


** Tags added: sts-sponsor-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1686679

Title:
  [SRU] Ubuntu16.04 : autofs is extremely long with large number of
  direct maps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/1686679/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1686679] Re: [SRU] Ubuntu16.04 : autofs is extremely long with large number of direct maps

2017-06-20 Thread Hua Zhang
Hi Eric,

I have updated debdiff, thank you.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1686679

Title:
  [SRU] Ubuntu16.04 : autofs is extremely long with large number of
  direct maps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/1686679/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1686679] Re: [SRU] Ubuntu16.04 : autofs is extremely long with large number of direct maps

2017-06-20 Thread Hua Zhang
** Patch added: "yakkety_v3.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/1686679/+attachment/4899915/+files/yakkety_v3.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1686679

Title:
  [SRU] Ubuntu16.04 : autofs is extremely long with large number of
  direct maps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/1686679/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1686679] Re: [SRU] Ubuntu16.04 : autofs is extremely long with large number of direct maps

2017-06-20 Thread Hua Zhang
** Patch removed: "xenial.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/1686679/+attachment/4883138/+files/xenial.debdiff

** Patch removed: "yakkety.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/1686679/+attachment/4883139/+files/yakkety.debdiff

** Patch removed: "xenial_v2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/1686679/+attachment/4895629/+files/xenial_v2.debdiff

** Patch removed: "yakkety_v2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/1686679/+attachment/4895630/+files/yakkety_v2.debdiff

** Patch added: "xenial_v3.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/1686679/+attachment/4899914/+files/xenial_v3.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1686679

Title:
  [SRU] Ubuntu16.04 : autofs is extremely long with large number of
  direct maps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/1686679/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1686679] Re: [SRU] Ubuntu16.04 : autofs is extremely long with large number of direct maps

2017-06-14 Thread Eric Desrochers
Hi Hua,

Thanks for the quick debdiffs update. It looks good to me now but I
still have 2 concerned :

#1 - Why the quilt patch isn't apply on top ? Any particular reason ?
If there is a reason it's totally fine, I just want to raise all the possible 
SRU team concerned before the final upload in order to have a smooth SRU.

#2 - A "quilt push -a" command revealed a few "Hunk # succeeded at "

Seems like "daemon/automount.c" was successfully patched, but it is now
patched with an offset of 28 lines (when it applies cleanly when your
patch is absent). Seems like the current position of your patch is
influencing the application of others.

So basically it returns to concern #1, is this the appropriate position
for this patch ? If yes, why (SRU team will most likely ask the same
question, so we better have an answer for them) ? If the answer is no,
then please make sure your patch is the topmost patch on the current
stack of applied patches.

Validation can be made by doing this command :

$ quilt top


* With your patch in current position :
Applying patch remove-kernel-mount.nfs-version-check.patch
patching file daemon/automount.c
Hunk #2 succeeded at 1397 (offset 28 lines).
Hunk #3 succeeded at 2062 (offset 28 lines).
patching file include/mounts.h
patching file modules/replicated.c
patching file lib/mounts.c


* Without your patch :
Applying patch remove-kernel-mount.nfs-version-check.patch
patching file daemon/automount.c
patching file include/mounts.h
patching file modules/replicated.c
patching file lib/mounts.c

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1686679

Title:
  [SRU] Ubuntu16.04 : autofs is extremely long with large number of
  direct maps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/1686679/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1686679] Re: [SRU] Ubuntu16.04 : autofs is extremely long with large number of direct maps

2017-06-13 Thread Hua Zhang
** Patch added: "yakkety_v2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/1686679/+attachment/4895630/+files/yakkety_v2.debdiff

** Tags removed: patch-needswork

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1686679

Title:
  [SRU] Ubuntu16.04 : autofs is extremely long with large number of
  direct maps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/1686679/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1686679] Re: [SRU] Ubuntu16.04 : autofs is extremely long with large number of direct maps

2017-06-13 Thread Hua Zhang
** Patch added: "xenial_v2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/1686679/+attachment/4895629/+files/xenial_v2.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1686679

Title:
  [SRU] Ubuntu16.04 : autofs is extremely long with large number of
  direct maps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/1686679/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1686679] Re: [SRU] Ubuntu16.04 : autofs is extremely long with large number of direct maps

2017-06-13 Thread Hua Zhang
Hi Eric,

I have updated debdiff to address your comments, thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1686679

Title:
  [SRU] Ubuntu16.04 : autofs is extremely long with large number of
  direct maps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/1686679/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs