Bugzilla – Bug 114382
unh_iscsi_target - init script device handling
Last modified: 2005-10-31 16:36:33 UTC
The unh_iscsi_target init script is able to handle sda/hda devices only, because it assumes, that the name has a format of /dev/<DISK>[PARTITION]. There are other block devices, for example LVM logical volumes and others (like /dev/rd/c0d0p1, major 48 for Compaq RAID arrays partion).
Created attachment 48306 [details] Patch proposal for LV block devices Adding this patch should allow to use all device-mapper device names, but I've tested it with LVM logical volumes only...
kurt put the fix in on Oct 12.