forked from storaged-project/blivet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
30 lines (29 loc) · 1.02 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
- Port to python3
- More docs
- More unit tests
- More xample programs
- optimize for large systems (>1000 block devices)
- action sorting
- clearpart?
- audit device setup/teardown policies to reduce unnecessary churn
- API stability
- aynschronous actions
- event handling
- snapshot support
- support for managing container member set
- API for managing fstab and crypttab
- improve interaction with the environment
- disallow partitioning changes to disks with in-use partitions?
- improve detection of active devices and associated error
handling
- improve clarity of exceptions raised
- btrfs
- raid10 needs four disks
- use btrfs for resize instead of btrfsctl
- detection of btrfs raid level, compression
- md name collisions in existing system
- add StorageConfigurationError or similar so autopart failures due to the
sanity check can be handled by offering the option of keeping the layout to
attempt to fix the problem instead of always resetting
- resize luks
- check for read-only before trying to use disks