HAMMER utility - Handle pruning when only snapshot meta-data present
[dragonfly.git] / sbin / hammer / hammer.8
1 .\" Copyright (c) 2007 The DragonFly Project.  All rights reserved.
2 .\"
3 .\" This code is derived from software contributed to The DragonFly Project
4 .\" by Matthew Dillon <dillon@backplane.com>
5 .\"
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
8 .\" are met:
9 .\"
10 .\" 1. Redistributions of source code must retain the above copyright
11 .\"    notice, this list of conditions and the following disclaimer.
12 .\" 2. Redistributions in binary form must reproduce the above copyright
13 .\"    notice, this list of conditions and the following disclaimer in
14 .\"    the documentation and/or other materials provided with the
15 .\"    distribution.
16 .\" 3. Neither the name of The DragonFly Project nor the names of its
17 .\"    contributors may be used to endorse or promote products derived
18 .\"    from this software without specific, prior written permission.
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
21 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22 .\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
23 .\" FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE
24 .\" COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
25 .\" INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING,
26 .\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
27 .\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
28 .\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
29 .\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
30 .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 .\" SUCH DAMAGE.
32 .\"
33 .\" $DragonFly: src/sbin/hammer/hammer.8,v 1.58 2008/11/13 02:04:27 dillon Exp $
34 .\"
35 .Dd November 3, 2010
36 .Dt HAMMER 8
37 .Os
38 .Sh NAME
39 .Nm hammer
40 .Nd HAMMER file system utility
41 .Sh SYNOPSIS
42 .Nm
43 .Fl h
44 .Nm
45 .Op Fl 2BqrvXy
46 .Op Fl b Ar bandwidth
47 .Op Fl c Ar cyclefile
48 .Op Fl f Ar blkdevs
49 .\" .Op Fl s Ar linkpath
50 .Op Fl i Ar delay
51 .Op Fl p Ar ssh-port
52 .Op Fl t Ar seconds
53 .Op Fl C Ar cachesize Ns Op Ns Cm \&: Ns Ar readahead
54 .Op Fl S Ar splitsize
55 .Ar command
56 .Op Ar argument ...
57 .Sh DESCRIPTION
58 This manual page documents the
59 .Nm
60 utility which provides miscellaneous functions related to managing a
61 .Nm HAMMER
62 file system.
63 For a general introduction to the
64 .Nm HAMMER
65 file system, its features, and
66 examples on how to set up and maintain one, see
67 .Xr HAMMER 5 .
68 .Pp
69 The options are as follows:
70 .Bl -tag -width indent
71 .It Fl h
72 Get help.
73 .It Fl 2
74 Tell the mirror commands to use a 2-way protocol, which allows
75 automatic negotiation of transaction id ranges.
76 This option is automatically enabled by the
77 .Cm mirror-copy
78 command.
79 .It Fl b Ar bandwidth
80 Specify a bandwidth limit in bytes per second for mirroring streams.
81 This option is typically used to prevent batch mirroring operations from
82 loading down the machine.
83 The bandwidth may be suffixed with
84 .Cm k , m ,
85 or
86 .Cm g
87 to specify values in kilobytes, megabytes, and gigabytes per second.
88 If no suffix is specified, bytes per second is assumed.
89 .Pp
90 Unfortunately this is only applicable to the pre-compression bandwidth
91 when compression is used, so a better solution would probably be to
92 use a
93 .Xr ipfw 8
94 pipe or a
95 .Xr pf 4
96 queue.
97 .It Fl c Ar cyclefile
98 When pruning, rebalancing or reblocking you can tell the utility
99 to start at the object id stored in the specified file.
100 If the file does not exist
101 .Nm
102 will start at the beginning.
103 If
104 .Nm
105 is told to run for a
106 specific period of time and is unable to complete the operation it will
107 write out the current object id so the next run can pick up where it left off.
108 If
109 .Nm
110 runs to completion it will delete
111 .Ar cyclefile .
112 .It Fl f Ar blkdevs
113 Specify the volumes making up a
114 .Nm HAMMER
115 file system.
116 .Ar Blkdevs
117 is a colon-separated list of devices, each specifying a
118 .Nm HAMMER
119 volume.
120 .It Fl i Ar delay
121 When maintaining a streaming mirroring this option specifies the
122 minimum delay after a batch ends before the next batch is allowed
123 to start.
124 The default is five seconds.
125 .It Fl p Ar ssh-port
126 This passes the
127 .Fl p Ar ssh-port
128 option to
129 .Xr ssh 1
130 when using a remote
131 specification for the source and/or destination.
132 .It Fl q
133 Decrease verboseness.
134 May be specified multiple times.
135 .It Fl r
136 Specify recursion for those commands which support it.
137 .It Fl t Ar seconds
138 When pruning, rebalancing or reblocking you can tell the utility to stop
139 after a certain period of time.
140 This option is used along with the
141 .Fl c Ar cyclefile
142 option to prune, rebalance or reblock incrementally.
143 .It Fl v
144 Increase verboseness.
145 May be specified multiple times.
146 .It Fl y
147 Force "yes" for any interactive question.
148 .It Fl B
149 Bulk transfer.
150 .Cm Mirror-stream
151 will not attempt to break-up large initial bulk transfers into smaller
152 pieces.
153 This can save time but if the link is lost in the middle of the
154 initial bulk transfer you will have to start over from scratch.
155 This option is not recommended.
156 For more information see the
157 .Fl S
158 option.
159 .It Fl C Ar cachesize Ns Op Ns Cm \&: Ns Ar readahead
160 Set the memory cache size for any raw
161 .Tn I/O .
162 The default is 16MB.
163 A suffix of
164 .Cm k
165 for kilobytes and
166 .Cm m
167 for megabytes is allowed,
168 else the cache size is specified in bytes.
169 .Pp
170 The read-behind/read-ahead defaults to 4
171 .Nm HAMMER
172 blocks.
173 .Pp
174 This option is typically only used with diagnostic commands
175 as kernel-supported commands will use the kernel's buffer cache.
176 .It Fl S Ar splitsize
177 Specify the bulk splitup size in bytes for mirroring streams.
178 When a
179 .Cm mirror-stream
180 is first started
181 .Nm
182 will do an initial run-through of the data to calculate good
183 transaction ids to cut up the bulk transfers, creating
184 restart points in case the stream is interrupted.
185 If we don't do this and the stream is interrupted it might
186 have to start all over again.
187 The default is a splitsize of 4G.
188 .Pp
189 At the moment the run-through is disk-bandwidth-heavy but some
190 future version will limit the run-through to just the B-Tree
191 records and not the record data.
192 .Pp
193 The splitsize may be suffixed with
194 .Cm k , m ,
195 or
196 .Cm g
197 to specify values in kilobytes, megabytes, or gigabytes.
198 If no suffix is specified, bytes is assumed.
199 .Pp
200 When mirroring very large filesystems the minimum recommended
201 split side is 4G.
202 A small split size may wind up generating a great deal of overhead
203 but very little actual incremental data and is not recommended.
204 .It Fl X
205 Enable compression for any remote ssh specifications.
206 Unfortunately the
207 .Fl C
208 option has already been reserved for other purposes so we had to use
209 a different letter.
210 This option is typically used with the mirroring directives.
211 .It Fl y
212 Force "yes" for any interactive question.
213 .El
214 .Pp
215 The commands are as follows:
216 .Bl -tag -width indent
217 .\" ==== synctid ====
218 .It Cm synctid Ar filesystem Op Cm quick
219 Generates a guaranteed, formal 64 bit transaction id representing the
220 current state of the specified
221 .Nm HAMMER
222 file system.
223 The file system will be synced to the media.
224 .Pp
225 If the
226 .Cm quick
227 keyword is specified the file system will be soft-synced, meaning that a
228 crash might still undo the state of the file system as of the transaction
229 id returned but any new modifications will occur after the returned
230 transaction id as expected.
231 .Pp
232 This operation does not create a snapshot.
233 It is meant to be used
234 to track temporary fine-grained changes to a subset of files and
235 will only remain valid for
236 .Ql @@
237 snapshot access purposes for the
238 .Cm prune-min
239 period configured for the PFS.
240 If you desire a real snapshot then the
241 .Cm snapq
242 directive may be what you are looking for.
243 .\" ==== bstats ====
244 .It Cm bstats Op Ar interval
245 Output
246 .Nm HAMMER
247 B-Tree statistics until interrupted.
248 Pause
249 .Ar interval
250 seconds between each display.
251 The default interval is one second.
252 .\" ==== iostats ====
253 .It Cm iostats Op Ar interval
254 Output
255 .Nm HAMMER
256 .Tn I/O
257 statistics until interrupted.
258 Pause
259 .Ar interval
260 seconds between each display.
261 The default interval is one second.
262 .\" ==== history ====
263 .It Cm history Ar path ...
264 Show the modification history for
265 .Nm HAMMER
266 file's inode and data.
267 .\" ==== blockmap ====
268 .It Cm blockmap
269 Dump the blockmap for the file system.
270 The
271 .Nm HAMMER
272 blockmap is two-layer
273 blockmap representing the maximum possible file system size of 1 Exabyte.
274 Needless to say the second layer is only present for blocks which exist.
275 .Nm HAMMER Ns 's
276 blockmap represents 8-Megabyte blocks, called big-blocks.
277 Each big-block has an append
278 point, a free byte count, and a typed zone id which allows content to be
279 reverse engineered to some degree.
280 .Pp
281 In
282 .Nm HAMMER
283 allocations are essentially appended to a selected big-block using
284 the append offset and deducted from the free byte count.
285 When space is freed the free byte count is adjusted but
286 .Nm HAMMER
287 does not track holes in big-blocks for reallocation.
288 A big-block must be completely freed, either
289 through normal file system operations or through reblocking, before
290 it can be reused.
291 .Pp
292 Data blocks can be shared by deducting the space used from the free byte
293 count for each shared references.
294 This means the free byte count can legally go negative.
295 .Pp
296 This command needs the
297 .Fl f
298 flag.
299 .\" ==== checkmap ====
300 .It Cm checkmap
301 Check the blockmap allocation count.
302 .Nm
303 will scan the B-Tree, collect allocation information, and
304 construct a blockmap in-memory.  It will then check that blockmap
305 against the on-disk blockmap.
306 .Pp
307 This command needs the
308 .Fl f
309 flag.
310 .\" ==== show ====
311 .It Cm show Op Ar lo Ns Cm \&: Ns Ar objid
312 Dump the B-Tree.
313 By default this command will validate all B-Tree
314 linkages and CRCs, including data CRCs, and will report the most verbose
315 information it can dig up.
316 Any errors will show up with a
317 .Ql B
318 in column 1 along with various
319 other error flags.
320 .Pp
321 If you specify a localization field or a localization:obj_id field,
322 .Ar lo Ns Cm \&: Ns Ar objid ,
323 the dump will
324 search for the key printing nodes as it recurses down, and then
325 will iterate forwards.
326 These fields are specified in HEX.
327 Note that the pfsid is the top 16 bits of the 32 bit localization
328 field so PFS #1 would be 00010000.
329 .Pp
330 If you use
331 .Fl q
332 the command will report less information about the inode contents.
333 .Pp
334 If you use
335 .Fl qq
336 the command will not report the content of the inode or other typed
337 data at all.
338 .Pp
339 If you use
340 .Fl qqq
341 the command will not report volume header information, big-block fill
342 ratios, mirror transaction ids, or report or check data CRCs.
343 B-Tree CRCs and linkages are still checked.
344 .Pp
345 This command needs the
346 .Fl f
347 flag.
348 .\" ==== show-undo ====
349 .It Cm show-undo
350 .Nm ( HAMMER
351 VERSION 4+)
352 Dump the UNDO map.
353 .Pp
354 This command needs the
355 .Fl f
356 flag.
357 .\" .It Ar blockmap
358 .\" Dump the B-Tree, record, large-data, and small-data blockmaps, showing
359 .\" physical block assignments and free space percentages.
360 .\" ==== recover ====
361 .It Cm recover Ar targetdir
362 This is a low level command which operates on the filesystem image and
363 attempts to locate and recover files from a corrupted filesystem.  The
364 entire image is scanned linearly looking for B-Tree nodes.  Any node
365 found which passes its crc test is scanned for file, inode, and directory
366 fragments and the target directory is populated with the resulting data.
367 files and directories in the target directory are initially named after
368 the object id and are renamed as fragmentory information is processed.
369 .Pp
370 This command keeps track of filename/objid translations and may eat a
371 considerably amount of memory while operating.
372 .Pp
373 This command is literally the last line of defense when it comes to
374 recovering data from a dead filesystem.
375 .\" ==== namekey1 ====
376 .It Cm namekey1 Ar filename
377 Generate a
378 .Nm HAMMER
379 64 bit directory hash for the specified file name, using
380 the original directory hash algorithm in version 1 of the file system.
381 The low 32 bits are used as an iterator for hash collisions and will be
382 output as 0.
383 .\" ==== namekey2 ====
384 .It Cm namekey2 Ar filename
385 Generate a
386 .Nm HAMMER
387 64 bit directory hash for the specified file name, using
388 the new directory hash algorithm in version 2 of the file system.
389 The low 32 bits are still used as an iterator but will start out containing
390 part of the hash key.
391 .\" ==== namekey32 ====
392 .It Cm namekey32 Ar filename
393 Generate the top 32 bits of a
394 .Nm HAMMER
395 64 bit directory hash for the specified file name.
396 .\" ==== info ====
397 .It Cm info
398 Shows extended information about all the mounted
399 .Nm HAMMER
400 file systems.
401 The information is divided into sections:
402 .Bl -tag -width indent
403 .It Volume identification
404 General information, like the label of the
405 .Nm HAMMER
406 filesystem, the number of volumes it contains, the FSID, and the
407 .Nm HAMMER
408 version being used.
409 .It Big block information
410 Big block statistics, such as total, used, reserved and free big blocks.
411 .It Space information
412 Information about space used on the filesystem.
413 Currently total size, used, reserved and free space are displayed.
414 .It PFS information
415 Basic information about the PFSs currently present on a
416 .Nm HAMMER
417 filesystem.
418 .Pp
419 .Dq PFS ID
420 is the ID of the PFS, with 0 being the root PFS.
421 .Dq Snaps
422 is the current snapshot count on the PFS.
423 .Dq Mounted on
424 displays the mount point of the PFS is currently mounted on (if any).
425 .El
426 .\" ==== cleanup ====
427 .It Cm cleanup Op Ar filesystem ...
428 This is a meta-command which executes snapshot, prune, rebalance, dedup
429 and reblock commands on the specified
430 .Nm HAMMER
431 file systems.
432 If no
433 .Ar filesystem
434 is specified this command will clean-up all
435 .Nm HAMMER
436 file systems in use, including PFS's.
437 To do this it will scan all
438 .Nm HAMMER
439 and
440 .Nm null
441 mounts, extract PFS id's, and clean-up each PFS found.
442 .Pp
443 This command will access a snapshots
444 directory and a configuration file for each
445 .Ar filesystem ,
446 creating them if necessary.
447 .Bl -tag -width indent
448 .It Nm HAMMER No version 2-
449 The configuration file is
450 .Pa config
451 in the snapshots directory which defaults to
452 .Pa <pfs>/snapshots .
453 .It Nm HAMMER No version 3+
454 The configuration file is saved in file system meta-data, see
455 .Nm
456 .Cm config .
457 The snapshots directory defaults to
458 .Pa /var/hammer/<pfs>
459 .Pa ( /var/hammer/root
460 for root mount).
461 .El
462 .Pp
463 The format of the configuration file is:
464 .Bd -literal -offset indent
465 snapshots  <period> <retention-time> [any]
466 prune      <period> <max-runtime>
467 rebalance  <period> <max-runtime>
468 dedup      <period> <max-runtime>
469 reblock    <period> <max-runtime>
470 recopy     <period> <max-runtime>
471 .Ed
472 .Pp
473 Defaults are:
474 .Bd -literal -offset indent
475 snapshots  1d 60d  # 0d 0d  for PFS /tmp, /var/tmp, /usr/obj
476 prune      1d 5m
477 rebalance  1d 5m
478 dedup      1d 5m
479 reblock    1d 5m
480 recopy     30d 10m
481 .Ed
482 .Pp
483 Time is given with a suffix of
484 .Cm d ,
485 .Cm h ,
486 .Cm m
487 or
488 .Cm s
489 meaning day, hour, minute and second.
490 .Pp
491 If the
492 .Cm snapshots
493 directive has a period of 0 and a retention time of 0
494 then snapshot generation is disabled, removal of old snapshots are
495 disabled, and prunes will use
496 .Cm prune-everything .
497 .Pp
498 If the
499 .Cm snapshots
500 directive has a period of 0 but a non-zero retention time
501 then this command will not create any new snapshots but will remove old
502 snapshots it finds based on the retention time.  This form should be
503 used on PFS masters where you are generating your own snapshot softlinks
504 manually and on PFS slaves when all you wish to do is prune away existing
505 snapshots inherited via the mirroring stream.
506 .Pp
507 By default only snapshots in the form
508 .Ql snap- Ns Ar yyyymmdd Ns Op - Ns Ar HHMM
509 are processed.
510 If the
511 .Cm any
512 directive is specified as a third argument on the
513 .Cm snapshots
514 config line then any softlink of the form
515 .Ql *- Ns Ar yyyymmdd Ns Op - Ns Ar HHMM
516 or
517 .Ql *. Ns Ar yyyymmdd Ns Op - Ns Ar HHMM
518 will be processed.
519 .Pp
520 A prune max-runtime of 0 means unlimited.
521 .Pp
522 If period hasn't passed since the previous
523 .Cm cleanup
524 run nothing is done.
525 For example a day has passed when midnight is passed (localtime).
526 By default,
527 .Dx
528 is set up to run
529 .Nm Ar cleanup
530 nightly via
531 .Xr periodic 8 .
532 .Pp
533 The default configuration file will create a daily snapshot, do a daily
534 pruning, rebalancing, deduping and reblocking run and a monthly recopy run.
535 Reblocking is defragmentation with a level of 95%,
536 and recopy is full defragmentation.
537 .Pp
538 By default prune and rebalance operations are time limited to 5 minutes,
539 dedup and reblock operations to a bit over 5 minutes,
540 and recopy operations to a bit over 10 minutes.
541 Reblocking and recopy runs are each broken down into four separate functions:
542 btree, inodes, dirs and data.
543 Each function is time limited to the time given in the configuration file,
544 but the btree, inodes and dirs functions usually does not take very long time,
545 full defragmentation is always used for these three functions.
546 Also note that this directive will by default disable snapshots on
547 the following PFS's:
548 .Pa /tmp ,
549 .Pa /var/tmp
550 and
551 .Pa /usr/obj .
552 .Pp
553 The defaults may be adjusted by modifying the configuration file.
554 The pruning and reblocking commands automatically maintain a cyclefile
555 for incremental operation.
556 If you interrupt (^C) the program the cyclefile will be updated,
557 but a sub-command
558 may continue to run in the background for a few seconds until the
559 .Nm HAMMER
560 ioctl detects the interrupt.
561 The
562 .Cm snapshots
563 PFS option can be set to use another location for the snapshots directory.
564 .Pp
565 Work on this command is still in progress.
566 Expected additions:
567 An ability to remove snapshots dynamically as the
568 file system becomes full.
569 .\" ==== config ====
570 .It Cm config Op Ar filesystem Op Ar configfile
571 .Nm ( HAMMER
572 VERSION 3+)
573 Show or change configuration for
574 .Ar filesystem .
575 If zero or one arguments are specified this function dumps the current
576 configuration file to stdout.
577 Zero arguments specifies the PFS containing the current directory.
578 This configuration file is stored in file system meta-data.
579 If two arguments are specified this function installs a new config file.
580 .Pp
581 In
582 .Nm HAMMER
583 versions less than 3 the configuration file is by default stored in
584 .Pa <pfs>/snapshots/config ,
585 but in all later versions the configuration file is stored in file system
586 meta-data.
587 .\" ==== viconfig ====
588 .It Cm viconfig Op Ar filesystem
589 .Nm ( HAMMER
590 VERSION 3+)
591 Edit the configuration file and reinstall into file system meta-data when done.
592 Zero arguments specifies the PFS containing the current directory.
593 .\" ==== volume-add ====
594 .It Cm volume-add Ar device Ar filesystem
595 This command will format
596 .Ar device
597 and add all of its space to
598 .Ar filesystem .
599 .Pp
600 .Em NOTE!
601 All existing data contained on
602 .Ar device
603 will be destroyed by this operation!
604 If
605 .Ar device
606 contains a valid
607 .Nm HAMMER
608 file system, formatting will be denied.
609 You can overcome this sanity check
610 by using
611 .Xr dd 1
612 to erase the beginning sectors of the device.
613 Also remember that you have to specify
614 .Ar device ,
615 together with any other device that make up the file system,
616 colon-separated to
617 .Pa /etc/fstab
618 and
619 .Xr mount_hammer 8 .
620 .\" ==== volume-del ====
621 .It Cm volume-del Ar device Ar filesystem
622 This command will remove volume
623 .Ar device
624 from
625 .Ar filesystem .
626 .Pp
627 Remember that you have to remove
628 .Ar device
629 from the colon-separated list in
630 .Pa /etc/fstab
631 and
632 .Xr mount_hammer 8 .
633 .\" ==== snapshot ====
634 .It Cm snapshot Oo Ar filesystem Oc Ar snapshot-dir
635 .It Cm snapshot Ar filesystem Ar snapshot-dir Op Ar note
636 Takes a snapshot of the file system either explicitly given by
637 .Ar filesystem
638 or implicitly derived from the
639 .Ar snapshot-dir
640 argument and creates a symlink in the directory provided by
641 .Ar snapshot-dir
642 pointing to the snapshot.
643 If
644 .Ar snapshot-dir
645 is not a directory, it is assumed to be a format string passed to
646 .Xr strftime 3
647 with the current time as parameter.
648 If
649 .Ar snapshot-dir
650 refers to an existing directory, a default format string of
651 .Ql snap-%Y%d%m-%H%M
652 is assumed and used as name for the newly created symlink.
653 .Pp
654 Snapshot is a per PFS operation, so a
655 .Nm HAMMER
656 file system and each PFS in it have to be snapshot separately.
657 .Pp
658 Example, assuming that
659 .Pa /mysnapshots
660 is on file system
661 .Pa /
662 and that
663 .Pa /obj
664 and
665 .Pa /usr
666 are file systems on their own, the following invocations:
667 .Bd -literal -offset indent
668 hammer snapshot /mysnapshots
669
670 hammer snapshot /mysnapshots/%Y-%m-%d
671
672 hammer snapshot /obj /mysnapshots/obj-%Y-%m-%d
673
674 hammer snapshot /usr /my/snaps/usr "note"
675 .Ed
676 .Pp
677 Would create symlinks similar to:
678 .Bd -literal -offset indent
679 /mysnapshots/snap-20080627-1210 -> /@@0x10d2cd05b7270d16
680
681 /mysnapshots/2008-06-27 -> /@@0x10d2cd05b7270d16
682
683 /mysnapshots/obj-2008-06-27 -> /obj@@0x10d2cd05b7270d16
684
685 /my/snaps/usr/snap-20080627-1210 -> /usr@@0x10d2cd05b7270d16
686 .Ed
687 .Pp
688 When run on a
689 .Nm HAMMER
690 version 3+ file system the snapshot is also recorded in file system meta-data
691 along with the optional
692 .Ar note .
693 See the
694 .Cm snapls
695 directive.
696 .\" ==== snap* ====
697 .It Cm snap Ar path Op Ar note
698 .Nm ( HAMMER
699 VERSION 3+)
700 Create a snapshot for the PFS containing
701 .Ar path
702 and create a snapshot softlink.
703 If the path specified is a
704 directory a standard snapshot softlink will be created in the directory.
705 The snapshot softlink points to the base of the mounted PFS.
706 .It Cm snaplo Ar path Op Ar note
707 .Nm ( HAMMER
708 VERSION 3+)
709 Create a snapshot for the PFS containing
710 .Ar path
711 and create a snapshot softlink.
712 If the path specified is a
713 directory a standard snapshot softlink will be created in the directory.
714 The snapshot softlink points into the directory it is contained in.
715 .It Cm snapq Ar dir Op Ar note
716 .Nm ( HAMMER
717 VERSION 3+)
718 Create a snapshot for the PFS containing the specified directory but do
719 not create a softlink.
720 Instead output a path which can be used to access
721 the directory via the snapshot.
722 .Pp
723 An absolute or relative path may be specified.
724 The path will be used as-is as a prefix in the path output to stdout.
725 As with the other
726 snap and snapshot directives the snapshot transaction id will be registered
727 in the file system meta-data.
728 .It Cm snaprm Ar path Ar ...
729 .It Cm snaprm Ar transid Ar ...
730 .It Cm snaprm Ar filesystem Ar transid Ar ...
731 .Nm ( HAMMER
732 VERSION 3+)
733 Remove a snapshot given its softlink or transaction id.
734 If specifying a transaction id
735 the snapshot is removed from file system meta-data but you are responsible
736 for removing any related softlinks.
737 .Pp
738 If a softlink path is specified the filesystem and transaction id
739 is derived from the contents of the softlink.
740 If just a transaction id is specified it is assumed to be a snapshot
741 in the HAMMER filesystem you are currently chdir'd into.
742 You can also specify the filesystem and transaction id explicitly.
743 .It Cm snapls Op Ar path ...
744 .Nm ( HAMMER
745 VERSION 3+)
746 Dump the snapshot meta-data for PFSs containing each
747 .Ar path
748 listing all available snapshots and their notes.
749 If no arguments are specified snapshots for the PFS containing the
750 current directory are listed.
751 This is the definitive list of snapshots for the file system.
752 .\" ==== prune ====
753 .It Cm prune Ar softlink-dir
754 Prune the file system based on previously created snapshot softlinks.
755 Pruning is the act of deleting file system history.
756 The
757 .Cm prune
758 command will delete file system history such that
759 the file system state is retained for the given snapshots,
760 and all history after the latest snapshot.
761 By setting the per PFS parameter
762 .Cm prune-min ,
763 history is guaranteed to be saved at least this time interval.
764 All other history is deleted.
765 .Pp
766 The target directory is expected to contain softlinks pointing to
767 snapshots of the file systems you wish to retain.
768 The directory is scanned non-recursively and the mount points and
769 transaction ids stored in the softlinks are extracted and sorted.
770 The file system is then explicitly pruned according to what is found.
771 Cleaning out portions of the file system is as simple as removing a
772 snapshot softlink and then running the
773 .Cm prune
774 command.
775 .Pp
776 As a safety measure pruning only occurs if one or more softlinks are found
777 containing the
778 .Ql @@
779 snapshot id extension.
780 Currently the scanned softlink directory must contain softlinks pointing
781 to a single
782 .Nm HAMMER
783 mount.
784 The softlinks may specify absolute or relative paths.
785 Softlinks must use 20-character
786 .Ql @@0x%016llx
787 transaction ids, as might be returned from
788 .Nm Cm synctid Ar filesystem .
789 .Pp
790 Pruning is a per PFS operation, so a
791 .Nm HAMMER
792 file system and each PFS in it have to be pruned separately.
793 .Pp
794 Note that pruning a file system may not immediately free-up space,
795 though typically some space will be freed if a large number of records are
796 pruned out.
797 The file system must be reblocked to completely recover all available space.
798 .Pp
799 Example, lets say your that you didn't set
800 .Cm prune-min ,
801 and snapshot directory contains the following links:
802 .Bd -literal -offset indent
803 lrwxr-xr-x  1 root  wheel  29 May 31 17:57 snap1 ->
804 /usr/obj/@@0x10d2cd05b7270d16
805
806 lrwxr-xr-x  1 root  wheel  29 May 31 17:58 snap2 ->
807 /usr/obj/@@0x10d2cd13f3fde98f
808
809 lrwxr-xr-x  1 root  wheel  29 May 31 17:59 snap3 ->
810 /usr/obj/@@0x10d2cd222adee364
811 .Ed
812 .Pp
813 If you were to run the
814 .Cm prune
815 command on this directory, then the
816 .Nm HAMMER
817 .Pa /usr/obj
818 mount will be pruned to retain the above three snapshots.
819 In addition, history for modifications made to the file system older than
820 the oldest snapshot will be destroyed and history for potentially fine-grained
821 modifications made to the file system more recently than the most recent
822 snapshot will be retained.
823 .Pp
824 If you then delete the
825 .Pa snap2
826 softlink and rerun the
827 .Cm prune
828 command,
829 history for modifications pertaining to that snapshot would be destroyed.
830 .Pp
831 In
832 .Nm HAMMER
833 file system versions 3+ this command also scans the snapshots stored
834 in the file system meta-data and includes them in the prune.
835 .\" ==== prune-everything ====
836 .It Cm prune-everything Ar filesystem
837 This command will remove all historical records from the file system.
838 This directive is not normally used on a production system.
839 .Pp
840 This command does not remove snapshot softlinks but will delete all
841 snapshots recorded in file system meta-data (for file system version 3+).
842 The user is responsible for deleting any softlinks.
843 .Pp
844 Pruning is a per PFS operation, so a
845 .Nm HAMMER
846 file system and each PFS in it have to be pruned separately.
847 .\" ==== rebalance ====
848 .It Cm rebalance Ar filesystem Op Ar saturation_percentage
849 This command will rebalance the B-Tree, nodes with small number of
850 elements will be combined and element counts will be smoothed out
851 between nodes.
852 .Pp
853 The saturation percentage is between 50% and 100%.
854 The default is 75% (the
855 .Sq %
856 suffix is not needed).
857 .Pp
858 Rebalancing is a per PFS operation, so a
859 .Nm HAMMER
860 file system and each PFS in it have to be rebalanced separately.
861 .\" ==== dedup ====
862 .It Cm dedup Ar filesystem
863 .Nm ( HAMMER
864 VERSION 5+)
865 Perform offline (post-process) deduplication.  Deduplication occurs at
866 the block level, currently only data blocks of the same size can be
867 deduped, metadata blocks can not.  The hash function used for comparing
868 data blocks is CRC-32 (CRCs are computed anyways as part of
869 .Nm HAMMER
870 data integrity features, so there's no additional overhead).  Since CRC
871 is a weak hash function a byte-by-byte comparison is done before actual
872 deduping.  In case of a CRC collision (two data blocks have the same CRC
873 but different contents) the checksum is upgraded to SHA-256.
874 .Pp
875 Currently
876 .Nm HAMMER
877 reblocker may partially blow up (re-expand) dedup (reblocker's normal
878 operation is to reallocate every record, so it's possible for deduped
879 blocks to be re-expanded back).
880 .Pp
881 Deduplication is a per PFS operation, so a
882 .Nm HAMMER
883 file system and each PFS in it have to be deduped separately.  This also
884 means that if you have duplicated data in two different PFSs that data
885 won't be deduped, however the addition of such feature is planned.
886 .\" ==== dedup-simulate ====
887 .It Cm dedup-simulate Ar filesystem
888 .Nm ( HAMMER
889 VERSION 5+)
890 Shows potential space savings (simulated dedup ratio) one can get after
891 running
892 .Cm dedup
893 command.  If the estimated dedup ratio is greater than 1.00 you will see
894 dedup space savings.  Remember that this is an estimated number, in
895 practice real dedup ratio will be slightly smaller because of
896 .Nm HAMMER
897 bigblock underflows, B-Tree locking issues and other factors.
898 .\" ==== reblock* ====
899 .It Cm reblock Ar filesystem Op Ar fill_percentage
900 .It Cm reblock-btree Ar filesystem Op Ar fill_percentage
901 .It Cm reblock-inodes Ar filesystem Op Ar fill_percentage
902 .It Cm reblock-dirs Ar filesystem Op Ar fill_percentage
903 .It Cm reblock-data Ar filesystem Op Ar fill_percentage
904 Attempt to defragment and free space for reuse by reblocking a live
905 .Nm HAMMER
906 file system.
907 Big-blocks cannot be reused by
908 .Nm HAMMER
909 until they are completely free.
910 This command also has the effect of reordering all elements, effectively
911 defragmenting the file system.
912 .Pp
913 The default fill percentage is 100% and will cause the file system to be
914 completely defragmented.
915 All specified element types will be reallocated and rewritten.
916 If you wish to quickly free up space instead try specifying
917 a smaller fill percentage, such as 90% or 80% (the
918 .Sq %
919 suffix is not needed).
920 .Pp
921 Since this command may rewrite the entire contents of the disk it is
922 best to do it incrementally from a
923 .Xr cron 8
924 job along with the
925 .Fl c Ar cyclefile
926 and
927 .Fl t Ar seconds
928 options to limit the run time.
929 The file system would thus be defragmented over long period of time.
930 .Pp
931 It is recommended that separate invocations be used for each data type.
932 B-Tree nodes, inodes, and directories are typically the most important
933 elements needing defragmentation.
934 Data can be defragmented over a longer period of time.
935 .Pp
936 Reblocking is a per PFS operation, so a
937 .Nm HAMMER
938 file system and each PFS in it have to be reblocked separately.
939 .\" ==== pfs-status ====
940 .It Cm pfs-status Ar dirpath ...
941 Retrieve the mirroring configuration parameters for the specified
942 .Nm HAMMER
943 file systems or pseudo-filesystems (PFS's).
944 .\" ==== pfs-master ====
945 .It Cm pfs-master Ar dirpath Op Ar options
946 Create a pseudo-filesystem (PFS) inside a
947 .Nm HAMMER
948 file system.
949 Up to 65535 such file systems can be created.
950 Each PFS uses an independent inode numbering space making it suitable
951 for use as a replication source or target.
952 .Pp
953 The
954 .Cm pfs-master
955 directive creates a PFS that you can read, write, and use as a mirroring
956 source.
957 .Pp
958 It is recommended to use a
959 .Nm null
960 mount to access a PFS, for more information see
961 .Xr HAMMER 5 .
962 .\" ==== pfs-slave ====
963 .It Cm pfs-slave Ar dirpath Op Ar options
964 Create a pseudo-filesystem (PFS) inside a
965 .Nm HAMMER
966 file system.
967 Up to 65535 such file systems can be created.
968 Each PFS uses an independent inode numbering space making it suitable
969 for use as a replication source or target.
970 .Pp
971 The
972 .Cm pfs-slave
973 directive creates a PFS that you can use as a mirroring target.
974 You will not be able to access a slave PFS until you have completed the
975 first mirroring operation with it as the target (its root directory will
976 not exist until then).
977 .Pp
978 Access to the pfs-slave via the special softlink, as described in the
979 .Sx PFS NOTES
980 below, allows
981 .Nm HAMMER
982 to
983 dynamically modify the snapshot transaction id by returning a dynamic result
984 from
985 .Xr readlink 2
986 calls.
987 .Pp
988 A PFS can only be truly destroyed with the
989 .Cm pfs-destroy
990 directive.
991 Removing the softlink will not destroy the underlying PFS.
992 .Pp
993 It is recommended to use a
994 .Nm null
995 mount to access a PFS, for more information see
996 .Xr HAMMER 5 .
997 .\" ==== pfs-update ====
998 .It Cm pfs-update Ar dirpath Op Ar options
999 Update the configuration parameters for an existing
1000 .Nm HAMMER
1001 file system or pseudo-filesystem.
1002 Options that may be specified:
1003 .Bl -tag -width indent
1004 .It Cm sync-beg-tid= Ns Ar 0x16llx
1005 This is the automatic snapshot access starting transaction id for
1006 mirroring slaves.
1007 This parameter is normally updated automatically by the
1008 .Cm mirror-write
1009 directive.
1010 .Pp
1011 It is important to note that accessing a mirroring slave
1012 with a transaction id greater than the last fully synchronized transaction
1013 id can result in an unreliable snapshot since you will be accessing
1014 data that is still undergoing synchronization.
1015 .Pp
1016 Manually modifying this field is dangerous and can result in a broken mirror.
1017 .It Cm sync-end-tid= Ns Ar 0x16llx
1018 This is the current synchronization point for mirroring slaves.
1019 This parameter is normally updated automatically by the
1020 .Cm mirror-write
1021 directive.
1022 .Pp
1023 Manually modifying this field is dangerous and can result in a broken mirror.
1024 .It Cm shared-uuid= Ns Ar uuid
1025 Set the shared UUID for this file system.
1026 All mirrors must have the same shared UUID.
1027 For safety purposes the
1028 .Cm mirror-write
1029 directives will refuse to operate on a target with a different shared UUID.
1030 .Pp
1031 Changing the shared UUID on an existing, non-empty mirroring target,
1032 including an empty but not completely pruned target,
1033 can lead to corruption of the mirroring target.
1034 .It Cm unique-uuid= Ns Ar uuid
1035 Set the unique UUID for this file system.
1036 This UUID should not be used anywhere else,
1037 even on exact copies of the file system.
1038 .It Cm label= Ns Ar string
1039 Set a descriptive label for this file system.
1040 .It Cm snapshots= Ns Ar string
1041 Specify the snapshots directory which
1042 .Nm
1043 .Cm cleanup
1044 will use to manage this PFS.
1045 .Bl -tag -width indent
1046 .It Nm HAMMER No version 2-
1047 The snapshots directory does not need to be configured for
1048 PFS masters and will default to
1049 .Pa <pfs>/snapshots .
1050 .Pp
1051 PFS slaves are mirroring slaves so you cannot configure a snapshots
1052 directory on the slave itself to be managed by the slave's machine.
1053 In fact, the slave will likely have a
1054 .Pa snapshots
1055 sub-directory mirrored
1056 from the master, but that directory contains the configuration the master
1057 is using for its copy of the file system, not the configuration that we
1058 want to use for our slave.
1059 .Pp
1060 It is recommended that
1061 .Pa <fs>/var/slaves/<name>
1062 be configured for a PFS slave, where
1063 .Pa <fs>
1064 is the base
1065 .Nm HAMMER
1066 file system, and
1067 .Pa <name>
1068 is an appropriate label.
1069 .It Nm HAMMER No version 3+
1070 The snapshots directory does not need to be configured for PFS masters or
1071 slaves.
1072 The snapshots directory defaults to
1073 .Pa /var/hammer/<pfs>
1074 .Pa ( /var/hammer/root
1075 for root mount).
1076 .El
1077 .Pp
1078 You can control snapshot retention on your slave independent of the master.
1079 .It Cm snapshots-clear
1080 Zero out the
1081 .Cm snapshots
1082 directory path for this PFS.
1083 .It Cm prune-min= Ns Ar N Ns Cm d
1084 .It Cm prune-min= Ns Oo Ar N Ns Cm d/ Oc Ns \
1085 Ar hh Ns Op Cm \&: Ns Ar mm Ns Op Cm \&: Ns Ar ss
1086 Set the minimum fine-grained data retention period.
1087 .Nm HAMMER
1088 always retains fine-grained history up to the most recent snapshot.
1089 You can extend the retention period further by specifying a non-zero
1090 pruning minimum.
1091 Any snapshot softlinks within the retention period are ignored
1092 for the purposes of pruning (the fine grained history is retained).
1093 Number of days, hours, minutes and seconds are given as
1094 .Ar N , hh , mm
1095 and
1096 .Ar ss .
1097 .Pp
1098 Because the transaction id in the snapshot softlink cannot be used
1099 to calculate a timestamp,
1100 .Nm HAMMER
1101 uses the earlier of the
1102 .Fa st_ctime
1103 or
1104 .Fa st_mtime
1105 field of the softlink to
1106 determine which snapshots fall within the retention period.
1107 Users must be sure to retain one of these two fields when manipulating
1108 the softlink.
1109 .El
1110 .\" ==== pfs-upgrade ====
1111 .It Cm pfs-upgrade Ar dirpath
1112 Upgrade a PFS from slave to master operation.
1113 The PFS will be rolled back to the current end synchronization transaction id
1114 (removing any partial synchronizations), and will then become writable.
1115 .Pp
1116 .Em WARNING!
1117 .Nm HAMMER
1118 currently supports only single masters and using
1119 this command can easily result in file system corruption
1120 if you don't know what you are doing.
1121 .Pp
1122 This directive will refuse to run if any programs have open descriptors
1123 in the PFS, including programs chdir'd into the PFS.
1124 .\" ==== pfs-downgrade ====
1125 .It Cm pfs-downgrade Ar dirpath
1126 Downgrade a master PFS from master to slave operation.
1127 The PFS becomes read-only and access will be locked to its
1128 .Cm sync-end-tid .
1129 .Pp
1130 This directive will refuse to run if any programs have open descriptors
1131 in the PFS, including programs chdir'd into the PFS.
1132 .\" ==== pfs-destroy ====
1133 .It Cm pfs-destroy Ar dirpath
1134 This permanently destroys a PFS.
1135 .Pp
1136 This directive will refuse to run if any programs have open descriptors
1137 in the PFS, including programs chdir'd into the PFS.
1138 .\" ==== mirror-read ====
1139 .It Cm mirror-read Ar filesystem Op Ar begin-tid
1140 Generate a mirroring stream to stdout.
1141 The stream ends when the transaction id space has been exhausted.
1142 .\" ==== mirror-read-stream ====
1143 .It Cm mirror-read-stream Ar filesystem Op Ar begin-tid
1144 Generate a mirroring stream to stdout.
1145 Upon completion the stream is paused until new data is synced to the
1146 .Ar filesystem ,
1147 then resumed.
1148 Operation continues until the pipe is broken.
1149 See the
1150 .Cm mirror-stream
1151 command for more details.
1152 .\" ==== mirror-write ====
1153 .It Cm mirror-write Ar filesystem
1154 Take a mirroring stream on stdin.
1155 .Pp
1156 This command will fail if the
1157 .Cm shared-uuid
1158 configuration field for the two file systems do not match.
1159 See the
1160 .Cm mirror-copy
1161 command for more details.
1162 .Pp
1163 If the target PFS does not exist this command will ask you whether
1164 you want to create a compatible PFS slave for the target or not.
1165 .\" ==== mirror-dump ====
1166 .It Cm mirror-dump
1167 A
1168 .Cm mirror-read
1169 can be piped into a
1170 .Cm mirror-dump
1171 to dump an ASCII representation of the mirroring stream.
1172 .\" ==== mirror-copy ====
1173 .\".It Cm mirror-copy Ar [[user@]host:]filesystem [[user@]host:]filesystem
1174 .It Cm mirror-copy \
1175 Oo Oo Ar user Ns Cm @ Oc Ns Ar host Ns Cm \&: Oc Ns Ar filesystem \
1176 Oo Oo Ar user Ns Cm @ Oc Ns Ar host Ns Cm \&: Oc Ns Ar filesystem
1177 This is a shortcut which pipes a
1178 .Cm mirror-read
1179 command to a
1180 .Cm mirror-write
1181 command.
1182 If a remote host specification is made the program forks a
1183 .Xr ssh 1
1184 and execs the
1185 .Cm mirror-read
1186 and/or
1187 .Cm mirror-write
1188 on the appropriate host.
1189 The source may be a master or slave PFS, and the target must be a slave PFS.
1190 .Pp
1191 This command also establishes full duplex communication and turns on
1192 the 2-way protocol feature
1193 .Fl ( 2 )
1194 which automatically negotiates transaction id
1195 ranges without having to use a cyclefile.
1196 If the operation completes successfully the target PFS's
1197 .Cm sync-end-tid
1198 will be updated.
1199 Note that you must re-chdir into the target PFS to see the updated information.
1200 If you do not you will still be in the previous snapshot.
1201 .Pp
1202 If the target PFS does not exist this command will ask you whether
1203 you want to create a compatible PFS slave for the target or not.
1204 .\" ==== mirror-stream ====
1205 .\".It Cm mirror-stream Ar [[user@]host:]filesystem [[user@]host:]filesystem
1206 .It Cm mirror-stream \
1207 Oo Oo Ar user Ns Cm @ Oc Ns Ar host Ns Cm \&: Oc Ns Ar filesystem \
1208 Oo Oo Ar user Ns Cm @ Oc Ns Ar host Ns Cm \&: Oc Ns Ar filesystem
1209 This is a shortcut which pipes a
1210 .Cm mirror-read-stream
1211 command to a
1212 .Cm mirror-write
1213 command.
1214 This command works similarly to
1215 .Cm mirror-copy
1216 but does not exit after the initial mirroring completes.
1217 The mirroring operation will resume as changes continue to be made to the
1218 source.
1219 The command is commonly used with
1220 .Fl i Ar delay
1221 and
1222 .Fl b Ar bandwidth
1223 options to keep the mirroring target in sync with the source on a continuing
1224 basis.
1225 .Pp
1226 If the pipe is broken the command will automatically retry after sleeping
1227 for a short while.
1228 The time slept will be 15 seconds plus the time given in the
1229 .Fl i
1230 option.
1231 .Pp
1232 This command also detects the initial-mirroring case and spends some
1233 time scanning the B-Tree to find good break points, allowing the initial
1234 bulk mirroring operation to be broken down into 100MB pieces.
1235 This means that the user can kill and restart the operation and it will
1236 not have to start from scratch once it has gotten past the first chunk.
1237 The
1238 .Fl S
1239 option may be used to change the size of pieces and the
1240 .Fl B
1241 option may be used to disable this feature and perform an initial bulk
1242 transfer instead.
1243 .\" ==== version ====
1244 .It Cm version Ar filesystem
1245 This command returns the
1246 .Nm HAMMER
1247 file system version for the specified
1248 .Ar filesystem
1249 as well as the range of versions supported in the kernel.
1250 The
1251 .Fl q
1252 option may be used to remove the summary at the end.
1253 .\" ==== version-upgrade ====
1254 .It Cm version-upgrade Ar filesystem Ar version Op Cm force
1255 This command upgrades the
1256 .Nm HAMMER
1257 .Ar filesystem
1258 to the specified
1259 .Ar version .
1260 Once upgraded a file system may not be downgraded.
1261 If you wish to upgrade a file system to a version greater or equal to the
1262 work-in-progress version number you must specify the
1263 .Cm force
1264 directive.
1265 Use of WIP versions should be relegated to testing and may require wiping
1266 the file system as development progresses, even though the WIP version might
1267 not change.
1268 .Pp
1269 .Em NOTE!
1270 This command operates on the entire
1271 .Nm HAMMER
1272 file system and is not a per PFS operation.
1273 All PFS's will be affected.
1274 .Bl -tag -width indent
1275 .It 1
1276 .Dx 2.0
1277 default version, first
1278 .Nm HAMMER
1279 release.
1280 .It 2
1281 .Dx 2.3 .
1282 New directory entry layout.
1283 This version is using a new directory hash key.
1284 .It 3
1285 .Dx 2.5 .
1286 New snapshot management, using file system meta-data for saving
1287 configuration file and snapshots (transaction ids etc.).
1288 Also default snapshots directory has changed.
1289 .It 4
1290 .Dx 2.6
1291 default version.
1292 New undo/redo/flush, giving HAMMER a much faster sync and fsync.
1293 .El
1294 .El
1295 .Sh PSEUDO-FILESYSTEM (PFS) NOTES
1296 The root of a PFS is not hooked into the primary
1297 .Nm HAMMER
1298 file system as a directory.
1299 Instead,
1300 .Nm HAMMER
1301 creates a special softlink called
1302 .Ql @@PFS%05d
1303 (exactly 10 characters long) in the primary
1304 .Nm HAMMER
1305 file system.
1306 .Nm HAMMER
1307 then modifies the contents of the softlink as read by
1308 .Xr readlink 2 ,
1309 and thus what you see with an
1310 .Nm ls
1311 command or if you were to
1312 .Nm cd
1313 into the link.
1314 If the PFS is a master the link reflects the current state of the PFS.
1315 If the PFS is a slave the link reflects the last completed snapshot, and the
1316 contents of the link will change when the next snapshot is completed, and
1317 so forth.
1318 .Pp
1319 The
1320 .Nm
1321 utility employs numerous safeties to reduce user foot-shooting.
1322 The
1323 .Cm mirror-copy
1324 directive requires that the target be configured as a slave and that the
1325 .Cm shared-uuid
1326 field of the mirroring source and target match.
1327 .Sh UPGRADE INSTRUCTIONS HAMMER V1 TO V2
1328 This upgrade changes the way directory entries are stored.
1329 It is possible to upgrade a V1 file system to V2 in place, but
1330 directories created prior to the upgrade will continue to use
1331 the old layout.
1332 .Pp
1333 Note that the slave mirroring code in the target kernel had bugs in
1334 V1 which can create an incompatible root directory on the slave.
1335 Do not mix a
1336 .Nm HAMMER
1337 master created after the upgrade with a
1338 .Nm HAMMER
1339 slave created prior to the upgrade.
1340 .Pp
1341 Any directories created after upgrading will use a new layout.
1342 .Sh UPGRADE INSTRUCTIONS HAMMER V2 TO V3
1343 This upgrade adds meta-data elements to the B-Tree.
1344 It is possible to upgrade a V2 file system to V3 in place.
1345 After issuing the upgrade be sure to run a
1346 .Nm
1347 .Cm cleanup
1348 to perform post-upgrade tasks.
1349 .Pp
1350 After making this upgrade running a
1351 .Nm
1352 .Cm cleanup
1353 will move the
1354 .Pa <pfs>/snapshots
1355 directory for each PFS mount into
1356 .Pa /var/hammer/<pfs> .
1357 A
1358 .Nm HAMMER
1359 root mount will migrate
1360 .Pa /snapshots
1361 into
1362 .Pa /var/hammer/root .
1363 Migration occurs only once and only if you have not specified
1364 a snapshots directory in the PFS configuration.
1365 If you have specified a snapshots directory in the PFS configuration no
1366 automatic migration will occur.
1367 .Pp
1368 For slaves, if you desire, you can migrate your snapshots
1369 config to the new location manually and then clear the
1370 snapshot directory configuration in the slave PFS.
1371 The new snapshots hierarchy is designed to work with
1372 both master and slave PFSs equally well.
1373 .Pp
1374 In addition, the old config file will be moved to file system meta-data,
1375 editable via the new
1376 .Nm
1377 .Cm viconfig
1378 directive.
1379 The old config file will be deleted.
1380 Migration occurs only once.
1381 .Pp
1382 The V3 file system has new
1383 .Cm snap*
1384 directives for creating snapshots.
1385 All snapshot directives, including the original, will create
1386 meta-data entries for the snapshots and the pruning code will
1387 automatically incorporate these entries into its list and
1388 expire them the same way it expires softlinks.
1389 If you by accident blow away your snapshot softlinks you can use the
1390 .Cm snapls
1391 directive to get a definitive list from the file system meta-data and
1392 regenerate them from that list.
1393 .Pp
1394 .Em WARNING!
1395 If you are using
1396 .Nm
1397 to backup file systems your scripts may be using the
1398 .Cm synctid
1399 directive to generate transaction ids.
1400 This directive does not create a snapshot.
1401 You will have to modify your scripts to use the
1402 .Cm snapq
1403 directive to generate the linkbuf for the softlink you create, or
1404 use one of the other
1405 .Cm snap*
1406 directives.
1407 The older
1408 .Cm snapshot
1409 directive will continue to work as expected and in V3 it will also
1410 record the snapshot transaction id in file system meta-data.
1411 You may also want to make use of the new
1412 .Ar note
1413 tag for the meta-data.
1414 .Pp
1415 .Em WARNING!
1416 If you used to remove snapshot softlinks with
1417 .Nm rm
1418 you should probably start using the
1419 .Cm snaprm
1420 directive instead to also remove the related meta-data.
1421 The pruning code scans the meta-data so just removing the
1422 softlink is not sufficient.
1423 .Sh UPGRADE INSTRUCTIONS HAMMER V3 TO V4
1424 This upgrade changes undo/flush, giving faster sync.
1425 It is possible to upgrade a V3 file system to V4 in place.
1426 This upgrade reformats the UNDO FIFO (typically 1GB), so upgrade might take
1427 a minute or two depending.
1428 .Pp
1429 Version 4 allows the UNDO FIFO to be flushed without also having
1430 to flush the volume header, removing 2 of the 4 disk syncs typically
1431 required for an
1432 .Fn fsync
1433 and removing 1 of the 2 disk syncs typically
1434 required for a flush sequence.
1435 Version 4 also implements the REDO log (see below) which is capable
1436 of fsync()ing with either one disk flush or zero disk flushes.
1437 .Sh FSYNC FLUSH MODES
1438 .Nm HAMMER
1439 implements five different fsync flush modes via the
1440 .Va vfs.hammer.fsync_mode
1441 sysctl, for
1442 .Nm HAMMER
1443 version 4+ file systems.
1444 .Pp
1445 As of
1446 .Dx 2.6
1447 fsync mode 3 is set by default.
1448 REDO operation and recovery is enabled by default.
1449 .Bl -tag -width indent
1450 .It mode 0
1451 Full synchronous fsync semantics without REDO.
1452 .Pp
1453 .Nm HAMMER
1454 will not generate REDOs.
1455 A
1456 .Fn fsync
1457 will completely sync
1458 the data and meta-data and double-flush the FIFO, including
1459 issuing two disk synchronization commands.
1460 The data is guaranteed
1461 to be on the media as of when
1462 .Fn fsync
1463 returns.
1464 Needless to say, this is slow.
1465 .It mode 1
1466 Relaxed asynchronous fsync semantics without REDO.
1467 .Pp
1468 This mode works the same as mode 0 except the last disk synchronization
1469 command is not issued.
1470 It is faster than mode 0 but not even remotely
1471 close to the speed you get with mode 2 or mode 3.
1472 .Pp
1473 Note that there is no chance of meta-data corruption when using this
1474 mode, it simply means that the data you wrote and then
1475 .Fn fsync Ns 'd
1476 might not have made it to the media if the storage system crashes at a bad
1477 time.
1478 .Pp
1479 .It mode 2
1480 Full synchronous fsync semantics using REDO.
1481 NOTE: If not running
1482 a HAMMER version 4 filesystem or later mode 0 is silently used.
1483 .Pp
1484 .Nm HAMMER
1485 will generate REDOs in the UNDO/REDO FIFO based on a heuristic.
1486 If this is sufficient to satisfy the
1487 .Fn fsync
1488 operation the blocks
1489 will be written out and
1490 .Nm HAMMER
1491 will wait for the I/Os to complete,
1492 and then followup with a disk sync command to guarantee the data
1493 is on the media before returning.
1494 This is slower than mode 3 and can result in significant disk or
1495 SSDs overheads, though not as bad as mode 0 or mode 1.
1496 .Pp
1497 .It mode 3
1498 Relaxed asynchronous fsync semantics using REDO.
1499 NOTE: If not running
1500 a HAMMER version 4 filesystem or later mode 1 is silently used.
1501 .Pp
1502 .Nm HAMMER
1503 will generate REDOs in the UNDO/REDO FIFO based on a heuristic.
1504 If this is sufficient to satisfy the
1505 .Fn fsync
1506 operation the blocks
1507 will be written out and
1508 .Nm HAMMER
1509 will wait for the I/Os to complete,
1510 but will
1511 .Em NOT
1512 issue a disk synchronization command.
1513 .Pp
1514 Note that there is no chance of meta-data corruption when using this
1515 mode, it simply means that the data you wrote and then
1516 .Fn fsync Ns 'd
1517 might
1518 not have made it to the media if the storage system crashes at a bad
1519 time.
1520 .Pp
1521 This mode is the fastest production fsyncing mode available.
1522 This mode is equivalent to how the UFS fsync in the
1523 .Bx Ns s
1524 operates.
1525 .Pp
1526 .It mode 4
1527 fsync is ignored.
1528 .Pp
1529 Calls to
1530 .Fn fsync
1531 will be ignored.
1532 This mode is primarily designed
1533 for testing and should not be used on a production system.
1534 .El
1535 .Sh RESTORING FROM A SNAPSHOT BACKUP
1536 You restore a snapshot by copying it over to live, but there is a caveat.
1537 The mtime and atime fields for files accessed via a snapshot is locked
1538 to the ctime in order to keep the snapshot consistent, because neither
1539 mtime nor atime changes roll any history.
1540 .Pp
1541 In order to avoid unnecessary copying it is recommended that you use
1542 .Nm cpdup
1543 .Fl VV
1544 .Fl v
1545 when doing the copyback.  Also make sure you traverse the snapshot softlink
1546 by appending a ".", as in "<snapshotpath>/.", and you match up the directory
1547 properly.
1548 .Sh EXIT STATUS
1549 .Ex -std
1550 .Sh ENVIRONMENT
1551 If the following environment variables exist, they will be used by:
1552 .Bl -tag -width ".Ev EDITOR"
1553 .It Ev EDITOR
1554 The editor program specified in the variable
1555 .Ev EDITOR
1556 will be invoked instead of the default editor, which is
1557 .Xr vi 1 .
1558 .It Ev VISUAL
1559 Same effect as
1560 .Ev EDITOR
1561 variable.
1562 .El
1563 .Sh FILES
1564 .Bl -tag -width ".It Pa <fs>/var/slaves/<name>" -compact
1565 .It Pa <pfs>/snapshots
1566 default per PFS snapshots directory
1567 .Nm ( HAMMER
1568 VERSION 2-)
1569 .It Pa /var/hammer/<pfs>
1570 default per PFS snapshots directory (not root)
1571 .Nm ( HAMMER
1572 VERSION 3+)
1573 .It Pa /var/hammer/root
1574 default snapshots directory for root directory
1575 .Nm ( HAMMER
1576 VERSION 3+)
1577 .It Pa <snapshots>/config
1578 per PFS
1579 .Nm
1580 .Cm cleanup
1581 configuration file
1582 .Nm ( HAMMER
1583 VERSION 2-)
1584 .It Pa <fs>/var/slaves/<name>
1585 recommended slave PFS snapshots directory
1586 .Nm ( HAMMER
1587 VERSION 2-)
1588 .El
1589 .\".Sh EXAMPLES
1590 .Sh SEE ALSO
1591 .Xr ssh 1 ,
1592 .Xr undo 1 ,
1593 .Xr HAMMER 5 ,
1594 .Xr periodic.conf 5 ,
1595 .Xr mount_hammer 8 ,
1596 .Xr mount_null 8 ,
1597 .Xr newfs_hammer 8
1598 .Sh HISTORY
1599 The
1600 .Nm
1601 utility first appeared in
1602 .Dx 1.11 .
1603 .Sh AUTHORS
1604 .An Matthew Dillon Aq dillon@backplane.com