zpoolparty: Execute ZFS dataset commands transparently across pools/hosts
The command syntax is the same as the standard “zfs” command, except that instead of specifying datasets in pool/filesystem[@snapshot] form, you can prepend host:. For example,
$ zpoolparty snapshot bos:mypool/work@today
is translated into
$ ssh bos zfs snapshot mypool/work@today
A single command can reference filesystems on multiple hosts. For example,
$ zpoolparty get mountpoint mypool/foo bos:mypool/work lax:mypool/play
is, in turn, translated into three commands, run sequentially:
$ zfs get mountpoint mypool/foo $ ssh bos zfs get mountpoint mypool/work $ ssh lax zfs get mountpoint mypool/play
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file zpoolparty-0.1.3.tar.gz.
File metadata
- Download URL: zpoolparty-0.1.3.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a79449105beea9a630f833c58fbdbd36312d108516b82ce79502ff59fbfdbf69
|
|
| MD5 |
a75a97037f8b127ae5e10e3bdf4639ce
|
|
| BLAKE2b-256 |
94d480d2bea773cb4eba4c8f0430f40a02a9239aa26a1648bf83912cbfb349a6
|