All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Blake <eblake@redhat.com>
To: "Daniel P. Berrange" <berrange@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>,
	libvirt-users <libvirt-users@redhat.com>,
	James Sparenberg <James.Sparenberg@vudu.com>,
	"kvm@vger.kernel.org" <kvm@vger.kernel.org>
Subject: Re: [libvirt-users] Questions on how to reset ID numbers for virt Guests.
Date: Wed, 11 Sep 2013 12:40:12 -0600	[thread overview]
Message-ID: <5230B90C.6080303@redhat.com> (raw)
In-Reply-To: <20130911075944.GA23194@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 1381 bytes --]

On 09/11/2013 01:59 AM, Daniel P. Berrange wrote:
> On Wed, Sep 11, 2013 at 09:47:07AM +0200, Paolo Bonzini wrote:
>> Il 11/09/2013 00:27, James Sparenberg ha scritto:
>>> I'm doing some experimenting in our Development lab and as a result
>>> I'm kickstarting over and over Virtual guests.  This is of course
>>> causing the guest Id to increment by one with each test.  I've
>>> googled around and tried searching the list but have not found out
>>> how (if at all) it would be possible to reset the ID number back to 1
>>> more than is in use.  Also is there  a limit where I run out of ID's?
>>> (for example does it only go up to 99?)
>>
>> No, there is no limit.
> 
> Well, 'int' will wrap eventually, but you'd need to have created
> a hell of alot of guests for that to be a problem :-)

2**31 (~2 billion), to be exact, since we store it as a signed int, and
I'm not sure if all the code paths handle a negative number gracefully
(see src/datatypes.h:_virDomain).  (Maybe we should have picked a 64-bit
type, so that wraparound would not be possible within our lifetimes even
with a process spawning guests as fast as possible on current computers
- but even with a 32-bit number, it's going to take a lot of hammering
to hit wraparound)

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 621 bytes --]

      parent reply	other threads:[~2013-09-11 18:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-10 22:27 Questions on how to reset ID numbers for virt Guests James Sparenberg
2013-09-11  7:47 ` Paolo Bonzini
2013-09-11  7:59   ` [libvirt-users] " Daniel P. Berrange
2013-09-11 18:32     ` James Sparenberg
2013-09-11 18:40     ` Eric Blake [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5230B90C.6080303@redhat.com \
    --to=eblake@redhat.com \
    --cc=James.Sparenberg@vudu.com \
    --cc=berrange@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=libvirt-users@redhat.com \
    --cc=pbonzini@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.