[Bug 1810857] Re: Typo in cloud-guest-utils: "reserveration-id"

Brian Murray brian at ubuntu.com
Tue Sep 24 18:01:02 UTC 2019


Hello Daniel, or anyone else affected,

Accepted cloud-utils into disco-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/cloud-
utils/0.31-0ubuntu1.2 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-disco to verification-done-disco. If it does not fix
the bug for you, please add a comment stating that, and change the tag
to verification-failed-disco. In either case, without details of your
testing we will not be able to proceed.

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

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1810857

Title:
  Typo in cloud-guest-utils: "reserveration-id"

Status in cloud-utils package in Ubuntu:
  Fix Released
Status in cloud-utils source package in Disco:
  Fix Committed

Bug description:
  [Impact]

    * DEP8 race condition for ppc64el (LP: #1836593): intermittent
  migration regressions.

    * growpart: fix bug when file image ends in a digit (LP: #1835124):
  image files can't end in ".ext4", for example, orelse growpart doesn't
  work.

    * fix spelling error in ec2metadata (LP: #1810857): no impact.

  [Test Case]

  $ ec2metadata --reservation-id
  Error: option --reservation-id not recognized
  ...

  $ ec2metadata | grep reserv
  reserveration-id: unavailable

  After applying this trivial (attached) patch, it works as expected:

  $ ec2metadata --reservation-id
  r-REDACTED

  $ ec2metadata | grep reserv
  reservation-id: r-REDACTED

  [Regression Potential]

   * Whoever has scripted ec2metadata already considering the misspelled
  command might find the wrapper stops working after the update.

  [Other Info]

  ORIGINAL DESCRIPTION:

  This may be related to Bug 510773.

  This typo actually breaks functionality (see below), it's not just
  "cosmetic"

  $ ec2metadata --reservation-id
  Error: option --reservation-id not recognized
  ...

  $ ec2metadata | grep reserv
  reserveration-id: unavailable

  After applying this trivial (attached) patch, it works as expected:

  $ ec2metadata --reservation-id
  r-REDACTED

  $ ec2metadata | grep reserv
  reservation-id: r-REDACTED

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-utils/+bug/1810857/+subscriptions



More information about the Ubuntu-sponsors mailing list