I have the same problem with our BL460c G1 over here. Obviously the problem is in the way Clonezilla is handling/saving the CCISS device names. I'm only able to save the image if I comment out the following section out of ocs-functions file:
FND_PV="no"
for i in $target; do
if [ -n "$(LC_ALL=C stat --printf="%N\n" /dev/$i | awk -F" " '{print $NF}' | sed -r -e "s|\`||g" -e "s|'||g" | grep -Ew "${DEV##*/}")" ]; then
FND_PV="yes"
break
fi
done
So this check fails and i have to remove it and specifically set FND_PV to "yes". Then it all works fine.
Let me know if you need my help to fix it, we have plenty of such hardware over here and this problem is annoying.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks. For me it's easier to just enter the terminal and comment out few lines from the code every time I need to make a new image. :) Hopefully Steven will fix that in future releases.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
madwolfa, just for curiosity, which version are you using?
Then, which is the exact file you modify? And please, could you explain better what you modify on that file?
Please post an example….
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
OK, plain text file will be easier for me to read. I perfer that than the video file.
Thanks.
Steven.
Dear Steven, I sent you an email to: steven(at)nchc.org.tw with the screenlog files and some interesting things regarding my test.
BTW, I uploaded the file also there:
http://www.datafilehost.com/download-fb867e8f.html
But please, read also my mail where I described all the important steps done during the test, and what I discovered!
BR
Gianluca
I have the same problem with our BL460c G1 over here. Obviously the problem is in the way Clonezilla is handling/saving the CCISS device names. I'm only able to save the image if I comment out the following section out of ocs-functions file:
So this check fails and i have to remove it and specifically set FND_PV to "yes". Then it all works fine.
Let me know if you need my help to fix it, we have plenty of such hardware over here and this problem is annoying.
Dear madwolfa, I solved the issue reported in the first post using the following clonezilla relase (compiled by Steven):
clonezilla-live-1.2.12-10-i686-pae.iso
With this version I was able to full clone the BL460c internal disks.
Hope this helps!
Thanks. For me it's easier to just enter the terminal and comment out few lines from the code every time I need to make a new image. :) Hopefully Steven will fix that in future releases.
I can help with the issue debug if necessary.
As far as I remember, this happens because "pvs" and "stat" give out different real device names for CCISS devices, so the check fails.
madwolfa, just for curiosity, which version are you using?
Then, which is the exact file you modify? And please, could you explain better what you modify on that file?
Please post an example….
Thanks!