yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #78117
[Bug 1488142] Re: cc_growpart looks for removed string in growpart help output
[Expired for cloud-init because there has been no activity for 60 days.]
** Changed in: cloud-init
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1488142
Title:
cc_growpart looks for removed string in growpart help output
Status in cloud-init:
Expired
Bug description:
Hi
Line 90 of cc_growpart looks for the string '--update' from the help output of growpart:
http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/view/head:/cloudinit/config/cc_growpart.py#L90
(out, _err) = util.subp(["growpart", "--help"], env=myenv)
if re.search(r"--update\s+", out, re.DOTALL):
return True
However in version that ships as part of cloud-utils 0.26-2 in Debian, this string does not exist in the help output.
See also:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=784004
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1488142/+subscriptions
References