Parent Directory
|
Revision Log
|
Patch
| revision 4881 by mt, Fri May 9 09:49:44 2008 UTC | revision 4882 by mt, Fri May 9 11:06:24 2008 UTC | |
|---|---|---|
| # | Line 119 sub estimate_size { | Line 119 sub estimate_size { |
| 119 | (1024 * 1024); | (1024 * 1024); |
| 120 | ||
| 121 | # the size is not known (yet?) | # the size is not known (yet?) |
| 122 | die "Cannot determine size of $dev\n"; | warn "Cannot determine size of $dev\n"; |
| 123 | return 0; | |
| 124 | } | } |
| 125 | ||
| 126 | # try RAID; estimations here are very limited and possible imprecise | # try RAID; estimations here are very limited and possible imprecise |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |