From: Nathan Scott Date: Wed, 23 May 2001 01:08:46 +0000 (+0000) Subject: updates to 1.2.7. X-Git-Tag: v1.3.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cadcf67f3f88ba1c2afbdd1aeb8ddd78d1eb68a;p=thirdparty%2Fxfsprogs-dev.git updates to 1.2.7. --- diff --git a/debian/changelog b/debian/changelog index 4f57b023e..9e935d031 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (1.2.7) unstable; urgency=low + + * New xfs_freeze(8) command - volume manager snapshot helper + + -- Nathan Scott Tue, 22 May 2001 17:22:32 +1000 + xfsprogs (1.2.6) unstable; urgency=low * Merge support for -d agsize=/su=/sw= (AG, stripe unit/width size) diff --git a/doc/CHANGES b/doc/CHANGES index 7ab9d4bcb..f6f614133 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,7 @@ +xfsprogs-1.2.7 (22 May 2001) + - new xfs_freeze(8) command - volume manager snapshot helper + xfsprogs-1.2.6 (15 May 2001) - merge support for -d agsize=/su=/sw= (AG, stripe unit/width size) - merge support for dynamic configuration of default log size diff --git a/man/man8/xfs_freeze.8 b/man/man8/xfs_freeze.8 index b4105cd64..c11e74e30 100644 --- a/man/man8/xfs_freeze.8 +++ b/man/man8/xfs_freeze.8 @@ -3,11 +3,11 @@ xfs_freeze \- suspend access to an XFS filesystem .SH SYNOPSIS .nf -\f3xfs_freeze\f1 [ \f3\-fu\f1 ] [ \f3-t\f1 mtab ] mount-point +\f3xfs_freeze\f1 [ \f3\-fu\f1 ] mount-point .fi .SH DESCRIPTION .I xfs_freeze -Suspend and resume access to an XFS filesystem (see +suspends and resumes access to an XFS filesystem (see .IR xfs (5)). The .I mount-point @@ -16,8 +16,8 @@ is mounted. The filesystem must be mounted to be frozen (see .IR mount (8)). .I xfs_freeze -is intended to be used with volume managers and hardware raid devices which -support snapshotting, +is intended to be used with volume managers and hardware raid devices +which support the creation of snapshots, .I xfs_freeze will halt new access to the filesystem and create a stable image on disk suitable for using as a snapshot. @@ -41,15 +41,6 @@ Specifies that the filesystem should be frozen. .B \-u Specifies that the filesystem should be unfrozen and new modifications allowed. -.TP -.B \-t -Specifies an alternate mount table file (default is -.IR /etc/mtab ). -This is used when working with filesystems mounted without writing to -.I /etc/mtab -file - refer to -.BR mount (8) -for further details. .SH SEE ALSO lvm(8), mount(8).