Skip to content

Commit 1b21843

Browse files
ekpghjswoodward
authored andcommitted
avere-vfxt: rsync - fix blockers
1 parent 125a6bd commit 1b21843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/avere-vfxt/avere-vfxt-data-ingest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ Preliminary testing using a four-core VM showed best efficiency when using 64 pr
281281

282282
You also can use the ``--inplace`` argument with ``msrsync`` commands. If you use this option, consider running a second command (as with [rsync](#use-a-two-phase-rsync-process), described above) to ensure data integrity.
283283

284-
Note that ``msrsync`` can only write to and from local volumes. The source and destination must be accessible as local mounts in the cluster’s virtual network.
284+
``msrsync`` can only write to and from local volumes. The source and destination must be accessible as local mounts in the cluster’s virtual network.
285285

286286
To use ``msrsync`` to populate an Azure cloud volume with an Avere cluster, follow these instructions:
287287

@@ -290,7 +290,7 @@ To use ``msrsync`` to populate an Azure cloud volume with an Avere cluster, foll
290290

291291
For example, use the Avere utility ``prime.py`` with arguments ```prime.py --directory /path/to/some/directory``` (available by downloading url <https://github.com/Azure/Avere/blob/master/src/clientapps/dataingestor/prime.py>).
292292

293-
If not using ``prime.py``, you can calculate the number of items with the Gnu ``find`` tool as follows:
293+
If not using ``prime.py``, you can calculate the number of items with the GNU ``find`` tool as follows:
294294

295295
```bash
296296
find <path> -type f |wc -l # (counts files)

0 commit comments

Comments
 (0)