You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
marmarek opened this issue
Mar 8, 2015
· 1 comment
Labels
C: coreP: majorPriority: major. Between "default" and "critical" in severity.T: bugType: bug report. A problem or defect resulting in unintended behavior in something that exists.
Reported by marmarek on 9 Feb 2015 13:18 UTC
Steps to reproduce:
add external hdd to daily appvm
~]$ qvm-block -a daily dom0:sde1
list the device
...
dom0:sde1 (data) 488 GiB (attached to 'daily' as 'xvdi')
mount at daily appvm
user ~]$ sudo mount /dev/xvdi /mnt
accidentaly add to daily vm again on dom0
~]$ qvm-block -a daily dom0:sde1
~]$ qvm-block
...
dom0:sde1 (data) 488 GiB (attached to 'daily' as 'xvdj')
...
there is double add to daily (appVM) with double device mount point, but on daily (appVM) still mounted as /dev/xvdi , and we can mount again as /dev/xvdj
but, on daily (appVM) still can access the mount point (rw mode) on /dev/xvdi when do umount at daily (appVM) , umount successful but on dom0 was not attached to any appVM
marmarek
added
T: bug
Type: bug report. A problem or defect resulting in unintended behavior in something that exists.
C: core
P: major
Priority: major. Between "default" and "critical" in severity.
labels
Mar 8, 2015
This may appear as the device is still there, because it is mounted, but in
fact any access to the device will fail. The only data still available is that
being cached by the kernel.
C: coreP: majorPriority: major. Between "default" and "critical" in severity.T: bugType: bug report. A problem or defect resulting in unintended behavior in something that exists.
Reported by marmarek on 9 Feb 2015 13:18 UTC
Steps to reproduce:
there is double add to daily (appVM) with double device mount point, but on daily (appVM) still mounted as /dev/xvdi , and we can mount again as /dev/xvdj
when delete on dom0
but, on daily (appVM) still can access the mount point (rw mode) on /dev/xvdi when do umount at daily (appVM) , umount successful but on dom0 was not attached to any appVM
https://groups.google.com/d/msgid/qubes-users/2dd14e12-4a31-4b33-b505-48aaa48f1a02%40googlegroups.com
Migrated-From: https://wiki.qubes-os.org/ticket/950
The text was updated successfully, but these errors were encountered: