Skip to content

Commit

Permalink
Add additional condition format suggested during review
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed Dec 17, 2024
1 parent c53f18a commit 1d7db67
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions doc/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,20 @@ above, it would be possible to use the key as name of the property, resulting in
}
```

More formats for the conditions are being considered, like the one displayed at the next examples.

```json
"condition": { "size": { "greater": "1 GiB" } }
```

```json
"condition": { "size": { "greater": "1 GiB", "smaller": "10 GiB" } }
```

```json
"condition": { "name": { "match": "^/dev/system" } }
```

### Referencing Other Devices

In addition to aliases, a `search` section could be accepted in all the places in which an alias can
Expand Down

0 comments on commit 1d7db67

Please sign in to comment.