[Ext2resize-cvs] ext2resize NEWS,1.5,1.6 README,1.8,1.9
Status: Inactive
Brought to you by:
adilger
From: Petter R. <pe...@us...> - 2006-06-09 21:58:42
|
Update of /cvsroot/ext2resize/ext2resize In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv27479 Modified Files: NEWS README Log Message: Start using the NEWS file to list a summary of the changes. Move the old comments in that file to the README. Index: README =================================================================== RCS file: /cvsroot/ext2resize/ext2resize/README,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** README 25 Jun 2002 09:54:08 -0000 1.8 --- README 9 Jun 2006 21:58:39 -0000 1.9 *************** *** 24,25 **** --- 24,36 ---- Andreas Dilger <ad...@cl...> + + Some notes: + + Report from Magnus Sandin using ext2resize to grow an ext2 filesystem + on linear-appended MD disks, from 50GB to 110GB, over 3 disks. + + Report from Michael Velotta of using ext2resize to grow an LVM Logical + Volume and its ext2 filesystem first from 150GB to 240GB, then all the way + to 463GB! The full LV was spread across 8 IDE disks. It took 40 minutes + for the first resize (probably because of block relocation for group + descriptors), no report of how long the second took. Index: NEWS =================================================================== RCS file: /cvsroot/ext2resize/ext2resize/NEWS,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** NEWS 25 Jun 2002 09:54:08 -0000 1.5 --- NEWS 9 Jun 2006 21:58:39 -0000 1.6 *************** *** 1,8 **** ! Report from Magnus Sandin using ext2resize to grow an ext2 filesystem ! on linear-appended MD disks, from 50GB to 110GB, over 3 disks. ! Report from Michael Velotta of using ext2resize to grow an LVM Logical ! Volume and its ext2 filesystem first from 150GB to 240GB, then all the way ! to 463GB! The full LV was spread across 8 IDE disks. It took 40 minutes ! for the first resize (probably because of block relocation for group ! descriptors), no report of how long the second took. --- 1,8 ---- ! Version 1.1.20 (2006-XX-XX) ! * Fixed a few compiler warnings. ! Version 1.1.19 (2004-09-30) ! [news summary were not recored at the time] ! ! Version 1.1.18 (2002-05-10) ! [news summary were not recored at the time] |