-
-
Notifications
You must be signed in to change notification settings - Fork 59
Re-attaching USB partition (block device) shows error in dom0's journal #10828
Copy link
Copy link
Labels
C: coreThis issue pertains to a Qubes core component.This issue pertains to a Qubes core component.P: defaultPriority: default. Default priority for new issues, to be replaced given sufficient information.Priority: default. Default priority for new issues, to be replaced given sufficient information.affects-4.3This issue affects Qubes OS 4.3.This issue affects Qubes OS 4.3.needs diagnosisRequires technical diagnosis from developer. Replace with "diagnosed" or remove if otherwise closed.Requires technical diagnosis from developer. Replace with "diagnosed" or remove if otherwise closed.
Metadata
Metadata
Assignees
Labels
C: coreThis issue pertains to a Qubes core component.This issue pertains to a Qubes core component.P: defaultPriority: default. Default priority for new issues, to be replaced given sufficient information.Priority: default. Default priority for new issues, to be replaced given sufficient information.affects-4.3This issue affects Qubes OS 4.3.This issue affects Qubes OS 4.3.needs diagnosisRequires technical diagnosis from developer. Replace with "diagnosed" or remove if otherwise closed.Requires technical diagnosis from developer. Replace with "diagnosed" or remove if otherwise closed.
Type
Fields
Give feedbackNo fields configured for Bug.
Qubes OS release
4.3.0
Brief summary
Detaching and attaching again the same block storage (of USB device) shows errors in dom0 journal.
Steps to reproduce
Connect a USB device that has a partition with a file system.
In another console:
Expected behavior
No errors.
Or, in case of error, have correct error exit code.
Actual behavior
Error in journal shows on second
attach:and the exit code is 0, as if no error occurred.
Additional information
The attached device works as expected in both cases (1st and 2nd
attach).