anybox / buttervolume

BTRFS Volume plugin for Docker
Apache License 2.0
81 stars 11 forks source link

purge : prevent confusing m with month #30

Open ccomb opened 4 years ago

ccomb commented 4 years ago

In the purge pattern, 'm' is for minutes, not months. However there is no error when launching a purge or schedule command with the following pattern: 1w:1m:1y

It should fail after checking that 1m is smaller than 1w. Each pattern item should be smaller than the preceding