Bug 32566 - "I/O error" when re-running livecd-install after a crash
Summary: "I/O error" when re-running livecd-install after a crash
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: alterator-vm (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Олег Соловьев
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-04 20:31 MSK by Ivan Zakharyaschev
Modified: 2016-10-04 20:32 MSK (History)
3 users (show)

See Also:


Attachments
/var/log/evms-engine.log (263.07 KB, text/plain)
2016-10-04 20:31 MSK, Ivan Zakharyaschev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Zakharyaschev 2016-10-04 20:31:38 MSK
Created attachment 6834 [details]
/var/log/evms-engine.log

alterator-vm-0.4.4-alt1

After the crash in the previous bug, I've re-run livecd-install, and it remembered my previous settings, so I continued, but when I tried to apply the changes in alterator-vm, "Input/output error" happened.

[altlinux@localhost ~]$ tail /var/log/evms-engine.log
Oct 04 20:22:42 localhost.localdomain _5_ Engine: is_volume_change_pending: Change pending: Volume /dev/evms/lvm2/wm/sys needs to have the Ext2/3 file system put on it.
Oct 04 20:22:42 localhost.localdomain _5_ Engine: is_volume_change_pending: Change pending: Volume /dev/evms/lvm2/wm/var needs to be activated.
Oct 04 20:22:42 localhost.localdomain _5_ Engine: is_volume_change_pending: Change pending: Volume /dev/evms/lvm2/wm/var needs to have the Ext2/3 file system put on it.
Oct 04 20:22:42 localhost.localdomain _5_ Engine: is_volume_change_pending: Change pending: Volume /dev/evms/sda5 needs to be activated.
Oct 04 20:22:42 localhost.localdomain _5_ Engine: is_volume_change_pending: Change pending: Volume /dev/evms/sda5 needs to have the Ext2/3 file system put on it.
Oct 04 20:22:42 localhost.localdomain _5_ Engine: is_volume_change_pending: Change pending: Volume /dev/evms/sda6 needs to be activated.
Oct 04 20:22:42 localhost.localdomain _5_ Engine: is_volume_change_pending: Change pending: Volume /dev/evms/sda6 needs to have the SWAPFS file system put on it.
Oct 04 20:22:42 localhost.localdomain _5_ Engine: is_volume_change_pending: Change pending: Volume /dev/evms/sda8 needs to be activated.
Oct 04 20:22:42 localhost.localdomain _5_ Engine: is_volume_change_pending: Change pending: Volume /dev/evms/sda8 needs to have the SWAPFS file system put on it.
Oct 04 20:22:42 localhost.localdomain _3_ Engine: engine_open_volume: Open of /dev/evms/sda1 failed with error code 6: No such device or address
[altlinux@localhost ~]$ livecd-install 
Socket path: /tmp/alterator/browser-sock
frame:on-next is deprecated, use wizard-bind instead
frame:next-activity is deprecated, use wizard-update-activity instead
frame:next-activity is deprecated, use wizard-update-activity instead
frame:on-next is deprecated, use wizard-bind instead
frame:on-back is deprecated, use wizard-bind instead
frame:on-next is deprecated, use wizard-bind instead
frame:back-activity is deprecated, use wizard-update-activity instead
<* ((nexthop /vm/table))
frame:on-next is deprecated, use wizard-bind instead
frame:on-back is deprecated, use wizard-bind instead
Using pixmap name "vm/disk.png" with file extension.
Using pixmap name "vm/umounted.png" with file extension.
Using pixmap name "vm/caution.png" with file extension.
Using pixmap name "vm/partition.png" with file extension.
Using pixmap name "vm/unused.png" with file extension.
<* ((task #f op-volume-setmntent #f "/evms/tasks/42"))
Using pixmap name "vm/reqfield.gif" with file extension.
SET-VALUE! mntpoint: "/var"
EFFECT: mntpoint ((#t))
SET-VALUE! mntpoint: "/var"
EFFECT: mntpoint ((#t))
SET-VALUE! mntoptions: "nosuid,relatime"
EFFECT: mntoptions ((#t))
<* ((#t))
<* ((task #f op-lv-create op-volume-create "/evms/tasks/43"))
SET-VALUE! "name": "home"
EFFECT: "name" ((#t options))
RENEW slider: 891328 (32 891328 32)
RENEW slider: 1 (1 3 1)
<* ((task #f op-volume-create op-volume-mkfs "/evms/tasks/44"))
<* ((choice #f op-volume-mkfs op-volume-setmntent "/evms/tasks/45" "/evms/tasks/46" "/evms/tasks/47" "/evms/tasks/48" "/evms/tasks/49" "/evms/tasks/50" "/evms/tasks/51"))
Ignore unknown attribute for widget <box> <rows>=<sda7;;sda9;;sda10;>
<* ((task #f op-volume-mkfs op-volume-setmntent "/evms/tasks/45"))
SET-VALUE! "vollabel": "wmhome"
EFFECT: "vollabel" ((#t))
<* ((task #f op-volume-setmntent #f "/evms/tasks/52"))
SET-VALUE! mntpoint: "/home"
EFFECT: mntpoint ((#t))
SET-VALUE! mntoptions: "nosuid,relatime"
EFFECT: mntoptions ((#t))
<* ((#t))
Comment 1 Ivan Zakharyaschev 2016-10-04 20:32:17 MSK
The previous step was described in https://bugzilla.altlinux.org/show_bug.cgi?id=32565 .