cvs commit: src/sbin/hammer cmd_mirror.c hammer.8

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Nov 8 21:24:06 PST 2008


dillon      2008/11/08 21:22:56 PST

DragonFly src repository

  Modified files:
    sbin/hammer          cmd_mirror.c hammer.8 
  Log:
  Add a new feature to mirror-copy and mirror-write.  If the target PFS does
  not exist these directives will now ask you whether you want to create it
  or not, providing a VERY convenient method for creating a new slave PFS.
  
  WARNING! This adds another packet to the protocol to make the initial
  handshake symmetrical, allowing the target to get information on the
  originator's shared-uuid before the operation is initiated.  If running
  to or from a remote host both sides must be running the same version of
  the hammer utility.
  
  Submitted-by: Michael Neumann <mneumann at ntecs.de>
  
  Revision  Changes    Path
  1.16      +107 -0    src/sbin/hammer/cmd_mirror.c
  1.57      +6 -0      src/sbin/hammer/hammer.8


http://www.dragonflybsd.org/cvsweb/src/sbin/hammer/cmd_mirror.c.diff?r1=1.15&r2=1.16&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/hammer/hammer.8.diff?r1=1.56&r2=1.57&f=u





More information about the Commits mailing list