cc_growpart looks for removed string in growpart help output

Bug #1488142 reported by James Bromberger
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
cloud-init
Expired
Undecided
Unassigned

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

Revision history for this message
Dan Watkins (oddbloke) wrote :

Hi James,

--update appears to be present in current versions of growpart. Is this still an issue you're seeing?

Thanks!

Changed in cloud-init:
status: New → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for cloud-init because there has been no activity for 60 days.]

Changed in cloud-init:
status: Incomplete → Expired
Revision history for this message
James Falcon (falcojr) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.