#513 Issue closed
: lvcreate hangs because it expects yes prompt to be entered during restore if existing filesystem signature detected.¶
Labels: bug
, fixed / solved / done
bobbysch opened issue at 2014-12-04 23:01:¶
If can eventually fail when doing lvcreate because it could detect an
existing filesystem (xfs for ex.) signature :
WARNING: xfs signature detected on /dev/vg0/foobar. Wipe it? [y/n]
and wait indefintely for prompting an yes answer.
To fix that, in REAR menu, chose to edit diskrestore.sh and add
yes | lvm lvcreate ...
instead of
lvm lvcreate...
Please fix that permanently in your code.
Thanks.
gdha commented at 2014-12-05 16:47:¶
@bobbysch Code has already been fixed - see https://github.com/rear/rear/commit/5bc24808da0a5d2b6d711c428fef0aa415f2fc01 code fix or read about it in issue #492
gdha commented at 2015-02-16 18:37:¶
added to the release notes so we can close this issue
[Export of Github issue for rear/rear.]