qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] fdisk still shows the "/dev/sdb" partitions even after the removal of scsi disk
@ 2013-06-13 10:19 chandrashekar shastri
  2013-06-13 12:50 ` Laszlo Ersek
  0 siblings, 1 reply; 3+ messages in thread
From: chandrashekar shastri @ 2013-06-13 10:19 UTC (permalink / raw)
  To: qemu-devel, libvir-list, virt-tools-list

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

Hi,

I have filed a bug "fdisk still shows the "/dev/sdb" partitions even 
after the removal of scsi disk" for the upstream kernel.

Bug link:
https://bugs.launchpad.net/qemu/+bug/1190525

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

Thanks,
Chandrashekar



[-- Attachment #2: Type: text/html, Size: 2028 bytes --]

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

* Re: [Qemu-devel] fdisk still shows the "/dev/sdb" partitions even after the removal of scsi disk
  2013-06-13 10:19 [Qemu-devel] fdisk still shows the "/dev/sdb" partitions even after the removal of scsi disk chandrashekar shastri
@ 2013-06-13 12:50 ` Laszlo Ersek
  2013-06-13 16:44   ` chandrashekar shastri
  0 siblings, 1 reply; 3+ messages in thread
From: Laszlo Ersek @ 2013-06-13 12:50 UTC (permalink / raw)
  To: chandrashekar shastri; +Cc: libvir-list, qemu-devel, virt-tools-list

On 06/13/13 12:19, chandrashekar shastri wrote:
> Hi,
> 
> I have filed a bug "fdisk still shows the "/dev/sdb" partitions even
> after the removal of scsi disk" for the upstream kernel.
> 
> Bug link:
> https://bugs.launchpad.net/qemu/+bug/1190525
> 
> 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

What happens if you run "scsi-rescan --remove" or "scsi-rescan
--forcerescan" in the guest? (Paolo had recommended this to me for an
independent problem / case.)

Laszlo

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

* Re: [Qemu-devel] fdisk still shows the "/dev/sdb" partitions even after the removal of scsi disk
  2013-06-13 12:50 ` Laszlo Ersek
@ 2013-06-13 16:44   ` chandrashekar shastri
  0 siblings, 0 replies; 3+ messages in thread
From: chandrashekar shastri @ 2013-06-13 16:44 UTC (permalink / raw)
  To: Laszlo Ersek; +Cc: libvir-list, qemu-devel, virt-tools-list

On 06/13/2013 06:20 PM, Laszlo Ersek wrote:
> On 06/13/13 12:19, chandrashekar shastri wrote:
>> Hi,
>>
>> I have filed a bug "fdisk still shows the "/dev/sdb" partitions even
>> after the removal of scsi disk" for the upstream kernel.
>>
>> Bug link:
>> https://bugs.launchpad.net/qemu/+bug/1190525
>>
>> 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
> What happens if you run "scsi-rescan --remove" or "scsi-rescan
> --forcerescan" in the guest? (Paolo had recommended this to me for an
> independent problem / case.)
Thanks for the input, I will try out and update the bug accordingly.

Regards,
Chandrashekar
>
> Laszlo
>

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

end of thread, other threads:[~2013-06-13 16:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-13 10:19 [Qemu-devel] fdisk still shows the "/dev/sdb" partitions even after the removal of scsi disk chandrashekar shastri
2013-06-13 12:50 ` Laszlo Ersek
2013-06-13 16:44   ` chandrashekar shastri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).