Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / vansante/go-zfsutils issues and pull requests
#117 - Send error event when sending ZFS fails
Pull Request -
State: closed - Opened by vansante 28 days ago
#116 - When datasets cannot be queried because of missing parent dataset or zpool suspended, warn instead of error
Pull Request -
State: closed - Opened by vansante about 1 month ago
#115 - Add pool I/O suspended error
Pull Request -
State: closed - Opened by vansante about 1 month ago
#114 - Add new error type for: Filesystem already mounted
Pull Request -
State: closed - Opened by vansante about 2 months ago
#113 - Add new error types ErrKeyAlreadyLoaded & ErrKeyAlreadyUnloaded for key (un)loads
Pull Request -
State: closed - Opened by vansante 3 months ago
#112 - Update vendor library: upgraded github.com/klauspost/compress v1.17.7…
Pull Request -
State: closed - Opened by vansante 3 months ago
#111 - Run runner tasks less often and space out on initial start
Pull Request -
State: closed - Opened by vansante 5 months ago
#110 - Limit the concurrent ZFS receives to 3 (default)
Pull Request -
State: closed - Opened by vansante 5 months ago
#109 - Add ErrSnapshotHasDependentClones and emit warning instead of error on prune job
Pull Request -
State: closed - Opened by vansante 5 months ago
#108 - Double the send snapshot interval
Pull Request -
State: closed - Opened by vansante 5 months ago
#107 - Return ErrDatasetNotFound when trying to send a snapshot that no longer exists
Pull Request -
State: closed - Opened by vansante 5 months ago
#106 - Add new error type dataset exists
Pull Request -
State: closed - Opened by vansante 7 months ago
#105 - Fix log fields: Log the server when sending
Pull Request -
State: closed - Opened by vansante 7 months ago
#104 - If property becomes unset during process, skip the dataset
Pull Request -
State: closed - Opened by vansante 7 months ago
#103 - Add info logs for succeeded http handlers with local changes
Pull Request -
State: closed - Opened by vansante 7 months ago
#102 - Always include dataset in error + Use more samey error messages
Pull Request -
State: closed - Opened by vansante 7 months ago
#101 - Handle zfs.ErrDatasetNotFound in the various job runner tasks
Pull Request -
State: closed - Opened by vansante 7 months ago
#100 - Upgrade configurability by allowing property ignores
Pull Request -
State: closed - Opened by vansante 8 months ago
#99 - Split ignore without created property config into 3 different bools
Pull Request -
State: closed - Opened by vansante 8 months ago
#98 - HTTP: Pass some send errors back to sender for easier debugging
Pull Request -
State: closed - Opened by vansante 8 months ago
#97 - Init server client in function, fixes missing headers for remote prune
Pull Request -
State: closed - Opened by vansante 8 months ago
#96 - When a dataset (filesystem, not snapshot) is to be deleted within a day, stop sending
Pull Request -
State: closed - Opened by vansante 8 months ago
#95 - Make tracking requests a bit easier by logging
Pull Request -
State: closed - Opened by vansante 8 months ago
#94 - Refactor ListWithProperty arguments
Pull Request -
State: closed - Opened by vansante 8 months ago
#93 - Set delete-at property when already set, but the timestamp is newer
Pull Request -
State: closed - Opened by vansante 8 months ago
#92 - Fix returning wrapped nil errors
Pull Request -
State: closed - Opened by vansante 9 months ago
#91 - Allow single character ZFS filesystem names
Pull Request -
State: closed - Opened by vansante 9 months ago
#90 - Do not error when pruning parent filesystem does not exist when pruning filesystems
Pull Request -
State: closed - Opened by vansante 9 months ago
#89 - Add support for ReceiveForceRollback in runner
Pull Request -
State: closed - Opened by vansante 9 months ago
#88 - Change cache struct into pointer
Pull Request -
State: closed - Opened by vansante 9 months ago
#87 - Add support for the rollback flag on receive
Pull Request -
State: closed - Opened by vansante 9 months ago
#86 - Add test for reconcileSnapshots + lower cache time to 30 seconds
Pull Request -
State: closed - Opened by vansante 9 months ago
#85 - Stop returning errors when the parent dataset does not exist
Pull Request -
State: closed - Opened by vansante 9 months ago
#84 - Add ability to copy and/or set snapshot properties as well
Pull Request -
State: closed - Opened by vansante 9 months ago
#83 - Clear cache after sending, so its not _always_ cleared
Pull Request -
State: closed - Opened by vansante 9 months ago
#82 - Do not return Dataset for Mount, Unmount & Rename
Pull Request -
State: closed - Opened by vansante 9 months ago
#81 - Quit early when there are no snapshots to send
Pull Request -
State: closed - Opened by vansante 9 months ago
#80 - Rename some properties and group them together
Pull Request -
State: closed - Opened by vansante 9 months ago
#79 - Add bool Mounted member to Dataset struct
Pull Request -
State: closed - Opened by vansante 9 months ago
#78 - Add promote function for datasets
Pull Request -
State: closed - Opened by vansante 10 months ago
#77 - Update comment
Pull Request -
State: closed - Opened by vansante 10 months ago
#76 - Expose specific catchable error type for dataset busy error
Pull Request -
State: closed - Opened by vansante 10 months ago
#75 - Assume ZFS sorting; do not sort by created-at property
Pull Request -
State: closed - Opened by vansante 10 months ago
#74 - Warn if dataset not found to set property
Pull Request -
State: closed - Opened by vansante 10 months ago
#73 - Test sended props are added
Pull Request -
State: closed - Opened by vansante 10 months ago
#72 - Verify properties on Snapshot() are made correctly
Pull Request -
State: closed - Opened by vansante 10 months ago
#71 - Make SendDataset take full dataset name
Pull Request -
State: closed - Opened by vansante 10 months ago
#70 - Make goroutines run less often. Add extra send signal via channel
Pull Request -
State: closed - Opened by vansante 10 months ago
#69 - List sends: Return interface instead of struct
Pull Request -
State: closed - Opened by vansante 10 months ago
#68 - Track current zfs sends, and allow cancelling sends in progress
Pull Request -
State: closed - Opened by vansante 10 months ago
#67 - Add outside lock property: When set, the dataset is not touched in any way
Pull Request -
State: closed - Opened by vansante 10 months ago
#66 - Dont forget to instantiate the emitter
Pull Request -
State: closed - Opened by vansante 10 months ago
#65 - Streamline all time configuration keys
Pull Request -
State: closed - Opened by vansante 10 months ago
#64 - Use caching instead of local sent-at prop to figure out snapshots to send
Pull Request -
State: closed - Opened by vansante 10 months ago
#63 - Make resume transfers also return the byte size previously sent
Pull Request -
State: closed - Opened by vansante 10 months ago
#62 - Fix event argument difference on resume
Pull Request -
State: closed - Opened by vansante 10 months ago
#61 - Add a delay between marking and deleting snapshots
Pull Request -
State: closed - Opened by vansante 10 months ago
#60 - Add more dataset locking so we are not pruning while sending, etc
Pull Request -
State: closed - Opened by vansante 11 months ago
#59 - Properly set the sent-at property after sending
Pull Request -
State: closed - Opened by vansante 11 months ago
#58 - Add new property that will trigger a filesystem prune if it has no snapshots
Pull Request -
State: closed - Opened by vansante 11 months ago
#57 - When a dataset has a set deleteAt property, do not create new snapshots
Pull Request -
State: closed - Opened by vansante 11 months ago
#56 - Add remote prune marking for snapshots
Pull Request -
State: closed - Opened by vansante 11 months ago
#55 - Fix boolean error
Pull Request -
State: closed - Opened by vansante 11 months ago
#54 - Make runner sending with resume optional
Pull Request -
State: closed - Opened by vansante 11 months ago
#53 - Fix missing event argument
Pull Request -
State: closed - Opened by vansante 11 months ago
#52 - Streamline send events
Pull Request -
State: closed - Opened by vansante 11 months ago
#51 - Allow monitoring send progress + let http implement http.handler
Pull Request -
State: closed - Opened by vansante 11 months ago
#50 - Start measuring time and bytes for sends
Pull Request -
State: closed - Opened by vansante 11 months ago
#49 - Add partial send resume events (one is still missing)
Pull Request -
State: closed - Opened by vansante 11 months ago
#48 - Split off the resume sending into function
Pull Request -
State: closed - Opened by vansante 11 months ago
#47 - Test mounting
Pull Request -
State: closed - Opened by vansante 11 months ago
#46 - Improve zfs debuggability
Pull Request -
State: closed - Opened by vansante 11 months ago
#45 - Add sysproc attributes to kill the zfs process if the golang process dies
Pull Request -
State: closed - Opened by vansante 11 months ago
#44 - Check whether the delete property is actually set before proceeding
Pull Request -
State: closed - Opened by vansante 11 months ago
#43 - Drop support for limiting speed in snapshot receive
Pull Request -
State: closed - Opened by vansante 11 months ago
#42 - Adjust test to have speed lower than total
Pull Request -
State: closed - Opened by vansante 11 months ago
#41 - Remove empty error
Pull Request -
State: closed - Opened by vansante 11 months ago
#40 - Check for multiple snapshots being made
Pull Request -
State: closed - Opened by vansante 11 months ago
#39 - Drop httprouter dependency: Use http.ServeMux with method routing
Pull Request -
State: closed - Opened by vansante 11 months ago
#38 - Update dependencies
Pull Request -
State: closed - Opened by vansante 11 months ago
#37 - Add compressed snapshot sending/receiving
Pull Request -
State: closed - Opened by vansante 11 months ago
#36 - Simplify HTTP server: Let clients handle listeners and allow prefixed routes
Pull Request -
State: closed - Opened by vansante 11 months ago
#35 - Add debug log if server not set
Pull Request -
State: closed - Opened by vansante 11 months ago
#34 - Make function private
Pull Request -
State: closed - Opened by vansante 11 months ago
#33 - Improve list function with more control over options
Pull Request -
State: closed - Opened by vansante 11 months ago
#32 - Upgrade the github actions
Pull Request -
State: closed - Opened by vansante over 1 year ago
#31 - Change logger to be log/slog in the default library
Pull Request -
State: closed - Opened by vansante over 1 year ago
#30 - Do not log about missing zfs property, skip empty property sooner
Pull Request -
State: closed - Opened by vansante over 2 years ago
#29 - Fix getting datasets with empty fields. Improve send logs by adding routineID
Pull Request -
State: closed - Opened by vansante over 2 years ago
#28 - Improve errors a bit
Pull Request -
State: closed - Opened by vansante over 2 years ago
#27 - Make some errors catchable
Pull Request -
State: closed - Opened by vansante over 2 years ago
#26 - Give all stateful zfs commands an option argument for better API future-proofing
Pull Request -
State: closed - Opened by vansante over 2 years ago
#25 - Add new property values
Pull Request -
State: closed - Opened by vansante over 2 years ago
#24 - Rename module to go-zfsutils
Pull Request -
State: closed - Opened by vansante over 2 years ago
#23 - Use option structs for create (volume) functions
Pull Request -
State: closed - Opened by vansante over 2 years ago
#22 - Make load-key more flexible by using an options struct. Reduce slice memory allocations
Pull Request -
State: closed - Opened by vansante over 2 years ago
#21 - Update golangci-lint config to disable old and enable new linters
Pull Request -
State: closed - Opened by vansante over 2 years ago
#20 - Upgrade golang testing version to include 1.19
Pull Request -
State: closed - Opened by vansante over 2 years ago
#19 - Add test for partial snapshot list sending
Pull Request -
State: closed - Opened by vansante almost 3 years ago
#18 - Dont panic on empty property fields
Pull Request -
State: closed - Opened by vansante almost 3 years ago