vm/qvm-block: use full modprobe path when loading block backend module
This commit is contained in:
parent
8397a0b20b
commit
53d5ba81ed
@ -29,4 +29,4 @@ fi
|
||||
xenstore-write "$XS_KEY/desc" "$DESC" "$XS_KEY/size" "$SIZE" "$XS_KEY/mode" "$MODE"
|
||||
|
||||
# Make sure that block backend is loaded
|
||||
modprobe xen-blkback 2> /dev/null || modprobe blkbk
|
||||
/sbin/modprobe xen-blkback 2> /dev/null || /sbin/modprobe blkbk
|
||||
|
Loading…
Reference in New Issue
Block a user