Hi,
Thanks for asking this.
You need to modify the function "cciss_dev_map_if_necessary" in 
/opt/drbl/sbin/ocs-functions to map that.
If you make it, please send the patch files to us so that we can include 
that in the future release.

Steven.

On 2012/4/17 下午 10:04, Floris Bos / Maxnet wrote:
> Hi,
>
> I did an attempt to extend the create-cciss-mapping script a little bit
> so that it would map other types of RAID devices as well.
>
> - I removed the check for the cciss module in ocs-functions and
> create-cciss-mapping so that it is always executed.
> - And in create-cciss-mapping I altered:
>
> ==
> for cdisk in /dev/cciss/c?d? /dev/ida/c?d? /dev/rd/c?d?; do
> ==
>
> to:
>
> ==
> dmraid_devices=()
> for volume in $(dmraid -s -c | grep -iv "No RAID disks"); do
>       dmraid_devices+="/dev/mapper/$volume"
> done
>
> for cdisk in /dev/cciss/c?d? /dev/ida/c?d? /dev/rd/c?d?
> ${dmraid_devices}; do
> ==
>
>
> This seems to work at first sight.
> When ocs is started, the create-cciss-mapping script is executed, and it
> creates /dev/sdc and /dev/sdc1 symlinks to my software raid device, and
> the first partition on the raid device.
>
>
> However in the Clonezilla savedisk screen the sdc device is still not
> displayed.
> Does a disk drive device need to have certain special properties to be
> recognized by Clonezilla?
>
>
> Yours sincerely,
>
> Floris Bos
>
>
>
> ------------------------------------------------------------------------------
> Better than sec? Nothing is better than sec when it comes to
> monitoring Big Data applications. Try Boundary one-second
> resolution app monitoring today. Free.
> http://p.sf.net/sfu/Boundary-dev2dev
> _______________________________________________
> Clonezilla-live mailing list
> Clonezilla-live@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/clonezilla-live

-- 
Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org>
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Clonezilla-live mailing list
Clonezilla-live@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clonezilla-live

Reply via email to