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

Launchpad Bug Tracker 1810857 at bugs.launchpad.net
Mon Oct 21 14:35:41 UTC 2019


This bug was fixed in the package cloud-utils - 0.31-0ubuntu1.2

---------------
cloud-utils (0.31-0ubuntu1.2) disco; urgency=medium

  * test-growpart: fix logic error resulting in test failure.
    [Scott Moser] (LP: #1842682)

cloud-utils (0.31-0ubuntu1.1) disco; urgency=medium

  * fix race condition in test-growpart teardown seen on ppc64el (LP: #1836593)
  * growpart: fix bug when file image ends in a digit (LP: #1835124)
  * fix spelling error in ec2metadata (LP: #1810857)

 -- Rafael David Tinoco <rafaeldtinoco at ubuntu.com>  Fri, 06 Sep 2019
10:47:23 -0300

** Changed in: cloud-utils (Ubuntu Disco)
       Status: Fix Committed => Fix Released

-- 
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 Released

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