All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1190525] [NEW] fdisk still shows the "/dev/sdb" partitions even after the removal of scsi disk
@ 2013-06-13  9:33 chandrashekar shastri
  2013-06-14 11:10 ` Stefan Hajnoczi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: chandrashekar shastri @ 2013-06-13  9:33 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

RHEL guest shows the partittions even after the removal of scsi disk:
fdisk still shows the "/dev/sdb" partitions even after the removal of scsi disk.

Guest details:
-------------------
Kernel : 2.6.32-358


Host Details :

Upstream Kernel, Qemu, Libvirt and virt-manager
---------------------------------------------------------------------

kernel version : 3.9.0+
qemu version : QEMU emulator version 1.5.0
libvirt version : 1.0.5
virt-install : 0.600.3


Steps to reproduce the issue:

I. Add the SCSI disk through the virt-manager.
2. Create the partition using fdisk  (eg: /dev/sbb) 
3. Create a filesystem and format using mkfs.ext3 or mkfs.ext4 
4. Remove the scsi disk  through the virt-manager. 
5. Again run the fdisk /dev/sdb, the guests still shows the partition even after the removal of the disk.

This issue is not seen with virt-io disk.

This issue is also reproducible without even creating the partitions.

Expected Result:

The output of fdisk /dev/sd*  should not show the enties after the
removal of scsi disks

** Affects: qemu
     Importance: Undecided
         Status: New

** Attachment added: "var log messages"
   https://bugs.launchpad.net/bugs/1190525/+attachment/3702180/+files/messages

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

Title:
  fdisk still shows the "/dev/sdb" partitions even after the removal of
  scsi disk

Status in QEMU:
  New

Bug description:
  RHEL guest shows the partittions even after the removal of scsi disk:
  fdisk still shows the "/dev/sdb" partitions even after the removal of scsi disk.

  Guest details:
  -------------------
  Kernel : 2.6.32-358

  
  Host Details :

  Upstream Kernel, Qemu, Libvirt and virt-manager
  ---------------------------------------------------------------------

  kernel version : 3.9.0+
  qemu version : QEMU emulator version 1.5.0
  libvirt version : 1.0.5
  virt-install : 0.600.3

  
  Steps to reproduce the issue:

  I. Add the SCSI disk through the virt-manager.
  2. Create the partition using fdisk  (eg: /dev/sbb) 
  3. Create a filesystem and format using mkfs.ext3 or mkfs.ext4 
  4. Remove the scsi disk  through the virt-manager. 
  5. Again run the fdisk /dev/sdb, the guests still shows the partition even after the removal of the disk.

  This issue is not seen with virt-io disk.

  This issue is also reproducible without even creating the partitions.

  Expected Result:

  The output of fdisk /dev/sd*  should not show the enties after the
  removal of scsi disks

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [Bug 1190525] [NEW] fdisk still shows the "/dev/sdb" partitions even after the removal of scsi disk
  2013-06-13  9:33 [Qemu-devel] [Bug 1190525] [NEW] fdisk still shows the "/dev/sdb" partitions even after the removal of scsi disk chandrashekar shastri
@ 2013-06-14 11:10 ` Stefan Hajnoczi
  2018-04-13 21:31 ` [Qemu-devel] [Bug 1190525] " Thomas Huth
  2018-06-13  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2013-06-14 11:10 UTC (permalink / raw)
  To: Bug 1190525; +Cc: qemu-devel

On Thu, Jun 13, 2013 at 09:33:37AM -0000, chandrashekar shastri wrote:
> Steps to reproduce the issue:
> 
> I. Add the SCSI disk through the virt-manager.
> 2. Create the partition using fdisk  (eg: /dev/sbb) 
> 3. Create a filesystem and format using mkfs.ext3 or mkfs.ext4 
> 4. Remove the scsi disk  through the virt-manager. 
> 5. Again run the fdisk /dev/sdb, the guests still shows the partition even after the removal of the disk.

Which emulated SCSI controller are you using?  Recent virtio-scsi gets
notified when LUNs are removed but you may have old guest drivers.

If you want to report this as a QEMU bug, please give QEMU commands, not
virt-manager commands.  If you cannot use QEMU directly, please work
with the virt-manager or libvirt community before filing a QEMU bug so
the necessary QEMU-level details can be provided by them.

Stefan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 1190525] Re: fdisk still shows the "/dev/sdb" partitions even after the removal of scsi disk
  2013-06-13  9:33 [Qemu-devel] [Bug 1190525] [NEW] fdisk still shows the "/dev/sdb" partitions even after the removal of scsi disk chandrashekar shastri
  2013-06-14 11:10 ` Stefan Hajnoczi
@ 2018-04-13 21:31 ` Thomas Huth
  2018-06-13  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2018-04-13 21:31 UTC (permalink / raw)
  To: qemu-devel

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

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

Title:
  fdisk still shows the "/dev/sdb" partitions even after the removal of
  scsi disk

Status in QEMU:
  Incomplete

Bug description:
  RHEL guest shows the partittions even after the removal of scsi disk:
  fdisk still shows the "/dev/sdb" partitions even after the removal of scsi disk.

  Guest details:
  -------------------
  Kernel : 2.6.32-358

  
  Host Details :

  Upstream Kernel, Qemu, Libvirt and virt-manager
  ---------------------------------------------------------------------

  kernel version : 3.9.0+
  qemu version : QEMU emulator version 1.5.0
  libvirt version : 1.0.5
  virt-install : 0.600.3

  
  Steps to reproduce the issue:

  I. Add the SCSI disk through the virt-manager.
  2. Create the partition using fdisk  (eg: /dev/sbb) 
  3. Create a filesystem and format using mkfs.ext3 or mkfs.ext4 
  4. Remove the scsi disk  through the virt-manager. 
  5. Again run the fdisk /dev/sdb, the guests still shows the partition even after the removal of the disk.

  This issue is not seen with virt-io disk.

  This issue is also reproducible without even creating the partitions.

  Expected Result:

  The output of fdisk /dev/sd*  should not show the enties after the
  removal of scsi disks

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 1190525] Re: fdisk still shows the "/dev/sdb" partitions even after the removal of scsi disk
  2013-06-13  9:33 [Qemu-devel] [Bug 1190525] [NEW] fdisk still shows the "/dev/sdb" partitions even after the removal of scsi disk chandrashekar shastri
  2013-06-14 11:10 ` Stefan Hajnoczi
  2018-04-13 21:31 ` [Qemu-devel] [Bug 1190525] " Thomas Huth
@ 2018-06-13  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Launchpad Bug Tracker @ 2018-06-13  4:17 UTC (permalink / raw)
  To: qemu-devel

[Expired for QEMU because there has been no activity for 60 days.]

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

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

Title:
  fdisk still shows the "/dev/sdb" partitions even after the removal of
  scsi disk

Status in QEMU:
  Expired

Bug description:
  RHEL guest shows the partittions even after the removal of scsi disk:
  fdisk still shows the "/dev/sdb" partitions even after the removal of scsi disk.

  Guest details:
  -------------------
  Kernel : 2.6.32-358

  
  Host Details :

  Upstream Kernel, Qemu, Libvirt and virt-manager
  ---------------------------------------------------------------------

  kernel version : 3.9.0+
  qemu version : QEMU emulator version 1.5.0
  libvirt version : 1.0.5
  virt-install : 0.600.3

  
  Steps to reproduce the issue:

  I. Add the SCSI disk through the virt-manager.
  2. Create the partition using fdisk  (eg: /dev/sbb) 
  3. Create a filesystem and format using mkfs.ext3 or mkfs.ext4 
  4. Remove the scsi disk  through the virt-manager. 
  5. Again run the fdisk /dev/sdb, the guests still shows the partition even after the removal of the disk.

  This issue is not seen with virt-io disk.

  This issue is also reproducible without even creating the partitions.

  Expected Result:

  The output of fdisk /dev/sd*  should not show the enties after the
  removal of scsi disks

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-06-13  4:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-13  9:33 [Qemu-devel] [Bug 1190525] [NEW] fdisk still shows the "/dev/sdb" partitions even after the removal of scsi disk chandrashekar shastri
2013-06-14 11:10 ` Stefan Hajnoczi
2018-04-13 21:31 ` [Qemu-devel] [Bug 1190525] " Thomas Huth
2018-06-13  4:17 ` Launchpad Bug Tracker

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.