qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug 1810343] Re: qemu-nbd -l and -s options don't work together


From: Thomas Huth
Subject: [Bug 1810343] Re: qemu-nbd -l and -s options don't work together
Date: Wed, 05 May 2021 11:10:34 -0000

This is an automated cleanup. This bug report has been moved to QEMU's
new bug tracker on gitlab.com and thus gets marked as 'expired' now.
Please continue with the discussion here:

 https://gitlab.com/qemu-project/qemu/-/issues/159


** Changed in: qemu
       Status: New => Expired

** Bug watch added: gitlab.com/qemu-project/qemu/-/issues #159
   https://gitlab.com/qemu-project/qemu/-/issues/159

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1810343

Title:
  qemu-nbd -l and -s options don't work together

Status in QEMU:
  Expired

Bug description:
  When using qemu-nbd with -l to load a snapshot along with -s to create
  new active layer the tool fails to find the snapshot specified on the
  command line:

  For example the following does not work:
    sudo qemu-nbd -s --load-snapshot=files  --connect /dev/nbd0 rootfs.qcow2    
                               
    Failed to load snapshot: Can't find snapshot

  However, the following option works
    sudo qemu-nbd -s --connect /dev/nbd0 rootfs.qcow2
  and so does
    sudo qemu-nbd --load-snapshot=files  --connect /dev/nbd0 rootfs.qcow2

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]