Skip to content

Commit

Permalink
revoke comments chages
Browse files Browse the repository at this point in the history
Signed-off-by: xixi <[email protected]>
  • Loading branch information
Hexilee committed Feb 8, 2023
1 parent 260d059 commit 626117e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions cmd/warmup.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@ func cmdWarmup() *cli.Command {
Usage: "Build cache for target directories/files",
ArgsUsage: "[PATH ...]",
Description: `
This command provides a faster way to actively build cache for the target files. It reads all objects
of the files and then write them into local cache directory.
Examples:
# Warm all files in datadir
$ juicefs warmup /mnt/jfs/datadir
# Warm only three files in datadir
$ cat /tmp/filelist
/mnt/jfs/datadir/f1
/mnt/jfs/datadir/f2
/mnt/jfs/datadir/f3
$ juicefs warmup -f /tmp/filelist`,
This command provides a faster way to actively build cache for the target files. It reads all objects
of the files and then write them into local cache directory.
Examples:
# Warm all files in datadir
$ juicefs warmup /mnt/jfs/datadir
# Warm only three files in datadir
$ cat /tmp/filelist
/mnt/jfs/datadir/f1
/mnt/jfs/datadir/f2
/mnt/jfs/datadir/f3
$ juicefs warmup -f /tmp/filelist`,
Flags: []cli.Flag{
&cli.StringFlag{
Name: "file",
Expand Down

0 comments on commit 626117e

Please sign in to comment.