Public bug reported:
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
** Affects: cloud-init
Importance: Undecided
Status: New
--
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:
New
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
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp