Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch ZFS volume backend to pyzfs / libzfs_core #1781

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
b3770ed
zfs: reimplement Filesystem._exists using lzc_exists
Jun 25, 2015
d6cbfaf
zfs: add utility code for running lzc functions in a thread pool
Jul 17, 2015
e5531f6
zfs: switch snapshot creation to lzc
Jun 30, 2015
9a8d17c
zfs: switch filesystem creation to lzc
Jun 30, 2015
5f66c2d
zfs: convert set_maximum_size() to libzfs_core
Jul 9, 2015
fa0a0ff
zfs: delete a comment paragraph that was meant to be deleted earlier
Jun 30, 2015
9a80397
zfs: switch filesystem sending and receiving to lzc
Jun 30, 2015
a44576f
zfs: switch cloning, renaming and setting some properties to lzc
Jul 17, 2015
bcd8bf1
zfs: replace snapshot listing via 'zfs' with lzc_list_snaps()
Jul 17, 2015
8d8a6d8
zfs: make snapshot sorting more reliable by using createtxg property
Jul 8, 2015
1349bfd
zfs: convert filesystem listing to libzfs_core
Jul 9, 2015
35ce7c2
zfs: convert filesystem (with snapshots) destruction to libzfs_core
Jul 8, 2015
f4eb274
zfs: convert the initial setup of the pool root filesystem to libzfs_…
Jul 9, 2015
186eff4
zfs: fix a problem with unmounting of some filesystems
Jul 13, 2015
8308e8a
zfs: add basic docstrings for _AsyncLZC and the related code
Aug 7, 2015
3d8f9cb
zfs: catch up with lzc_create signature change
Aug 7, 2015
dcc914f
log lzc_send and lzc_receive exceptions
Aug 10, 2015
4d2bbdb
zfs backend: remove _FakeAsyncLZC that fell out of use
Aug 10, 2015
e387cf5
lzc_send/lzc_receive: log traceback in addition to exception
Aug 14, 2015
47dfab0
add pyzfs to requirements
Sep 29, 2015
3123937
Merge remote-tracking branch 'origin/master' into pyzfs-FLOC-2683
Sep 29, 2015
7cfdc3a
update pyzfs requirements
Oct 1, 2015
80c1a02
Merge remote-tracking branch 'origin/master' into pyzfs-FLOC-2683
Oct 5, 2015
05fb5d5
flocker-volume: ensure that the reactor is running
Oct 8, 2015
ead482e
Merge branch 'master' into pyzfs-FLOC-2683
Oct 8, 2015
3801ea8
Merge branch 'master' into pyzfs-FLOC-2683
Oct 30, 2015
8ba3807
use lzc_receive_with_header() instead of lzc_receive
Oct 30, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading