]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
updates to 1.2.7.
authorNathan Scott <nathans@sgi.com>
Wed, 23 May 2001 01:08:46 +0000 (01:08 +0000)
committerNathan Scott <nathans@sgi.com>
Wed, 23 May 2001 01:08:46 +0000 (01:08 +0000)
debian/changelog
doc/CHANGES
man/man8/xfs_freeze.8

index 4f57b023e9d43bfc067177f9aec9850562d31945..9e935d031f500b1443a519ebedbcc9571c20f778 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (1.2.7) unstable; urgency=low
+
+  * New xfs_freeze(8) command - volume manager snapshot helper
+
+ -- Nathan Scott <nathans@debian.org>  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)
index 7ab9d4bcbb6430ae9983f2753e1333ed9f4a5b2d..f6f614133d2f5d5344889f301cffb711916232fd 100644 (file)
@@ -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
index b4105cd640b0df38ea0ff1eeba53509abc495d65..c11e74e3023007e7ae14711cbf09892198ec3dda 100644 (file)
@@ -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).