Skip to main content

Execute ZFS dataset commands transparently across pools/hosts

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zpoolparty-0.1.3.tar.gz (9.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page