← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1403312] Re: when booting multiple instances at once nova names are too long

 

** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => kilo-2

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1403312

Title:
  when booting multiple instances at once nova names are too long

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  As per bug https://bugs.launchpad.net/nova/+bug/1238910, we truncate
  instance names longer then 63 characters.

  When doing nova boot --min-count=5 scenario-server--1130672544, a
  "-{UUD}" is appended to the name resulting in something like:

  scenario-server--1130672544-c167c295-b6fc-477c-b827-2cb192b39a9

  This name then gets truncated in nova-network

  2014-12-16 04:22:41.763 WARNING nova.network.linux_net [req-
  e46dc055-1404-46e9-b1c7-41e9a3bb54c7 TestLargeOpsScenario-530430677
  TestLargeOpsScenario-1263897468] hostname scenario-server--
  1130672544-c167c295-b6fc-477c-b827-2cb192b39a9e too long, truncating.

  This behavior was introduced in
  https://review.openstack.org/#/c/21386/

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1403312/+subscriptions


References