https://github.com/determinatesystems/zpool-auto-expand-partitions
https://github.com/determinatesystems/zpool-auto-expand-partitions
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/determinatesystems/zpool-auto-expand-partitions
- Owner: DeterminateSystems
- License: apache-2.0
- Created: 2022-02-28T16:30:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-27T00:30:25.000Z (about 1 year ago)
- Last Synced: 2025-04-27T01:26:16.037Z (about 1 year ago)
- Language: Rust
- Size: 69.3 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `zpool-auto-expand-partitions`
`zpool_part_disks` is a tool that aims to expand all partitions in a specified
zpool to fill the available space.
## Usage
```
$ zpool_part_disks --help
$ zpool_part_disks --automatically-grow zpool
$ zpool_part_disks --automatically-grow --dry-run zpool
```
## Known Issues
* [rust-libzfs](https://github.com/whamcloud/rust-libzfs/) [does not check that the pointer returned from libzfs_init is non-null](https://github.com/whamcloud/rust-libzfs/blob/master/libzfs/src/libzfs.rs#L33-L37); resulting in a segfault on systems that do not have zfs available ([whamcloud/rust-libzfs#59](https://github.com/whamcloud/rust-libzfs/issues/59/))
## Minimum Supported Rust Version (MSRV)
We use cargo edition 2021, which requires at least 1.56.0.
# License
[Apache Software License 2.0](./LICENSE)