This is mosaic TODO list.
- Listing/getting functionality
- Get the information about mosaic (from the
.mos
file)
- Get the information about mosaic (from the
- A way to ask for driver information/stats
- What are the limitations? Number of snapshots, min/max volume size, possible filesystems etc.
- Status checks (
is_mounted
, etc.) - Listing/getting functionality
-
list_volumes
-
get_device
(not the same asattach_device
) -
list_mount_points
- sizes, various stats, etc.
-
- Monitoring mode (subscribe to and be notified of new events)
- layout support (need some description first)
- zfs driver
- dm-thin driver
- Implement logging
- Error reporting when parsing .mos files
- Better (more verbose) error reporting (don't ever silently return an error)
- Implement reference counting for mount/umount, get/put etc.
- Per-volume private data
- Revise the ploop clone/snapshot model (new incompatible libploop?)
- Unified usage synopsis
- Various listing commands
- JSON output, especially for list commands
- Bash completion
- man page
- Write a Go wrapper
- Write a Docker graph driver with mosaic as a backend
- Write a Docker volume driver?
- Implement
make dist
target - Write a spec file (to make rpms)
- Write Debian rules (to make debs)
- Write more tests
- Use Docker mosaic graph driver for testing
- Run the code through Coverity
- Auto-generate API documentation from sources
- ploop driver, including clone
- moct: attach/detach
- read-only volume mounts
- tests for clone
- rename tessera -> volume
- detach: remove device argument
- fsimg: enforce 1:1 mapping
- lib: hide symbols not in public API
- lib: add pkg-config file
- Makefile: add
install
target withDESTDIR
support