From owner-svn-src-projects@freebsd.org Sun Jun 3 14:32:39 2018 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52DB2FDB303 for ; Sun, 3 Jun 2018 14:32:39 +0000 (UTC) (envelope-from rmacklem@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 080576878B; Sun, 3 Jun 2018 14:32:39 +0000 (UTC) (envelope-from rmacklem@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DDC301FE73; Sun, 3 Jun 2018 14:32:38 +0000 (UTC) (envelope-from rmacklem@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53EWcmU026380; Sun, 3 Jun 2018 14:32:38 GMT (envelope-from rmacklem@FreeBSD.org) Received: (from rmacklem@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53EWcCb026379; Sun, 3 Jun 2018 14:32:38 GMT (envelope-from rmacklem@FreeBSD.org) Message-Id: <201806031432.w53EWcCb026379@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rmacklem set sender to rmacklem@FreeBSD.org using -f From: Rick Macklem Date: Sun, 3 Jun 2018 14:32:38 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r334561 - projects/pnfs-planb-server/usr.bin/pnfsdscopymr X-SVN-Group: projects X-SVN-Commit-Author: rmacklem X-SVN-Commit-Paths: projects/pnfs-planb-server/usr.bin/pnfsdscopymr X-SVN-Commit-Revision: 334561 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jun 2018 14:32:39 -0000 Author: rmacklem Date: Sun Jun 3 14:32:38 2018 New Revision: 334561 URL: https://svnweb.freebsd.org/changeset/base/334561 Log: Use the .Dq macro for quoting. Not a content change. Reported by: bjk Modified: projects/pnfs-planb-server/usr.bin/pnfsdscopymr/pnfsdscopymr.1 Modified: projects/pnfs-planb-server/usr.bin/pnfsdscopymr/pnfsdscopymr.1 ============================================================================== --- projects/pnfs-planb-server/usr.bin/pnfsdscopymr/pnfsdscopymr.1 Sun Jun 3 14:13:11 2018 (r334560) +++ projects/pnfs-planb-server/usr.bin/pnfsdscopymr/pnfsdscopymr.1 Sun Jun 3 14:32:38 2018 (r334561) @@ -43,7 +43,7 @@ command copies a data storage file for an MDS file fro It is normally used to recover data files onto a repaired DS, but can also be used to manually migrate a data storage file from one DS to a different one. By default, the command will copy the data storage file for -``mdsfile'' +.Dq mdsfile to one of the other DSs to create a mirror of it. This might be done if the file was created before mirroring was enabled on the pNFS service and now needs to be mirrored. @@ -52,7 +52,8 @@ The following options are available: .Bl -tag -width Ds .It Fl r Ar mounted-on-DS-dir This option indicates that the data storage file should be created on the DS -that is mounted on the directory ``mounted-on-DS-dir''. +that is mounted on the directory +.Dq mounted-on-DS-dir . It will only do the copy if there is an entry in the pnfsd.dsfile extended attribute that has an IP address of 0.0.0.0. See @@ -64,8 +65,10 @@ in order to recover the data storage files onto a repaired DS. .It Fl m Ar source-mounted-on-DS-dir destination-mounted-on-DS-dir This option indicates that the data storage file is to be migrated from -the source DS mounted on the diectory ``source-mounted-on-DS-dir'' to -the DS mounted on the directory ``destination-mounted-on-DS-dir''. +the source DS mounted on the diectory +.Dq source-mounted-on-DS-dir +to the DS mounted on the directory +.Dq destination-mounted-on-DS-dir . In this case, the data storage file will be removed from the source DS when the copy is completed. .El