feat(clawdie): ZFS-aware storage strategy + optional pool creation #51
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "feat/clawdie-zfs-strategy"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
clawdienow picks storage per host:--create-pool /dev/DEV— runszpool create(needs--pool NAME)Destructive op, guarded: pool creation is refused unless the disk is detected empty (no partitions/filesystem/mount, not the root disk) or
--force, and only with--yes.discovernow lists block devices with candidacy + reasons.New disk-candidacy parser + storage resolver unit-tested (13 tests; clippy
-D warnings+ fmt clean). The actualzpool createpath is validated on real hosts.