|
Bugzilla – Full Text Bug Listing |
| Summary: | Installer crashes with 'Client umount_finish returned invalid data' | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Forgotten User OfsFetVrzR <forgotten_OfsFetVrzR> |
| Component: | YaST2 | Assignee: | Jiří Suchomel <jsuchome> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P2 - High | CC: | aschnell, locilka |
| Version: | 13.1 Milestone 1 | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Forgotten User OfsFetVrzR
2013-01-08 13:30:41 UTC
(In reply to comment #0) > Parameters don't match any declaration: > 2013-01-08 14:24:33 <3> linux.site(2447) [Parser] clients/umount_finish.ycp:219 > Storage::Umount (/* any -> string */e["device"]:"") Lukas, haven't you adapted Storage.ycp API recently? Yes, but it wasn't related. It was Thomas' change: https://github.com/yast/yast-storage/commit/38674ad20cca24b98f1da8d6c24d5acdc851339f Maybe Storage should have two methods:
Umount(device)
and
Umount(device, unsetup)
and use some sane default if unsetup not defined.
Hmm, which is impossible except for builtins http://lists.opensuse.org/opensuse-bugs/2012-10/msg03185.html So, either two different methods, one calls another. Or just broken API. I'm afraid testsuite should catch such error - bat testsuite in yast2-installation (ycpc check called during build). (In reply to comment #4) > I'm afraid testsuite should catch such error Yes, seems like y2-installation package should deserve one... fixed This is an autogenerated message for OBS integration: This bug (797245) was mentioned in https://build.opensuse.org/request/show/148018 Factory / yast2-installation |