stratis-storage/stratis-cli

Implement --force option

agrover opened this issue · 1 comments

See stratis-storage/stratisd#613

We removed "force" from the API (and thus the cli) for 1.0, but it should exist, but just exist entirely within the cli.

For pool create, blockdev add, and cachedev add, there should be a --force option that will allow the given blockdevs to be used even if they contain signatures for other things that blkid recognizes. (Stratis blockdevs should not be allowed even with --force.)

Ok, nobody seems to like this approach any more, so instead we can do #208.