|
Bugzilla – Full Text Bug Listing |
| Summary: | Wrong identification of USB disk in YaST Software repository manager | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Distribution | Reporter: | Mindaugas Baranauskas <opensuse.lietuviu.kalba> |
| Component: | YaST2 | Assignee: | YaST Team <yast-internal> |
| Status: | RESOLVED WONTFIX | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | CC: | mfilka |
| Version: | Leap 42.3 | ||
| Target Milestone: | Leap 42.3 | ||
| Hardware: | Other | ||
| OS: | openSUSE 12.1 | ||
| URL: | https://trello.com/c/osCDFCQQ | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
Adding repo
Editing repo y2logs.tgz y2logs in openSUSE Leap 42.3 beta/rc Adding repo in openSUSE Leap 42.3 Editing repo in openSUSE Leap 42.3 Editing repo in openSUSE Leap 42.3 expanded |
||
|
Description
Mindaugas Baranauskas
2012-08-11 19:05:29 UTC
Created attachment 502063 [details]
Adding repo
Example image, you see 4 partitions
Created attachment 502064 [details]
Editing repo
... but while editing repository, you see another disk (and so another number of possible partitions)
Please, attach Yast log (/var/log/YaST2/y2log). Created attachment 563463 [details]
y2logs.tgz
Created attachment 729256 [details]
y2logs in openSUSE Leap 42.3 beta/rc
I can reproduce in openSUSE Leap 42.3, installed from
openSUSE-Leap-42.3-DVD-x86_64-Build0279-Media.iso
Created attachment 729257 [details]
Adding repo in openSUSE Leap 42.3
Updated example images
Created attachment 729258 [details]
Editing repo in openSUSE Leap 42.3
Created attachment 729259 [details]
Editing repo in openSUSE Leap 42.3 expanded
Fuuny, I don't see same disk in editing, that I selected during adding repo!
The cause for this is that via 'add' you select usb devices specifically. While via 'edit' you see all kinds of disks. So far the theory. But in fact https://github.com/yast/yast-packager/blob/master/src/modules/SourceDialogs.rb#L1137-L1140 shows that the actual implementation knows only either usb or not usb. So via 'edit' you get a selection of all non-usb devices. IMO, the expression should be Ops.get_string(disk, "driver", "") == "usb-storage" && usb_only || !usb_only to make DetectDisk() return either usb or *all* disks. tracking in yast trello board This is automated batch bugzilla cleanup. The openSUSE 42.3 changed to end-of-life (EOL [1]) status. As such it is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of openSUSE (At this moment openSUSE Leap 15.1, 15.0 and Tumbleweed) please feel free to reopen this bug against that version (!you must update the "Version" component in the bug fields, do not just reopen please), or alternatively create a new ticket. Thank you for reporting this bug and we are sorry it could not be fixed during the lifetime of the release. [1] https://en.opensuse.org/Lifetime |