rust-libzfs icon indicating copy to clipboard operation
rust-libzfs copied to clipboard

Bindings to libzfs from rust

Results 18 rust-libzfs issues
Sort by recently updated
recently updated
newest added

Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.0.1 to 1.1.4. Commits 4a54e57 Bump version to 1.1.4 ebf8b45 Merge pull request #34 from ibraheemdev/patch-1 3d69afa Fix memory ordering in RawIter::next c7d8dcd Bump version to 1.1.3...

dependencies
rust

Bumps [neon](https://github.com/neon-bindings/neon) from 0.1.23 to 0.10.1. Release notes Sourced from neon's releases. v0.10.1 Fix a soundness hole in JsArrayBuffer::external and JsBuffer::external (neon-bindings/neon#897). Thanks to @​Cassy343 for finding the issue! In...

dependencies
rust

Bumps [async](https://github.com/caolan/async) from 2.6.1 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

We should account for and list any snapshots, the same as we do with datasets.

enhancement

Signed-off-by: Joe Grund

enhancement

Device scanner has errors when trying to create filesystem on existing pools with ZFS 0.8.1 ``` Sep 11 14:39:26 ieel-mds01.ieel.utopiabound.net device-scanner-daemon[593]: [INFO device_scanner_daemon::reducers::zed] Processing Pool command: SetZfsProp(Guid("0x22B783120AE5BED5"), Name("MGS/MGS"), Key("canmount"), Value("0"))...

Quite possibly I don't understand something, I have just begun my Rust adventure ;) and right away started playing with libraries that are touching filesystems but this seems to be...

bug
help wanted
good first issue

We currently segfault when zfs is not installed / the kernel module has not been loaded. We should exit gracefully with an error message instead.

bug