[zfs-discuss] recovered state after system crash

2007-05-04 Thread kyusun Chang
If system crashes some time after last commit of transaction group (TxG), what happens to the file system transactions since the last commit of TxG (I presume last commit of TxG represents the last on-disk consistency)? Does ZFS recover all file system transactions which it returned with success

Re: [zfs-discuss] recovered state after system crash

2007-05-04 Thread Neil Perrin
kyusun Chang wrote On 05/04/07 19:34,: If system crashes some time after last commit of transaction group (TxG), what happens to the file system transactions since the last commit of TxG They are lost, unless they were synchronous (see below). (I presume last commit of TxG represents the