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