core-admin/qubes/storage
Marek Marczykowski-Górecki ae600e24bf
storage: simplify pool.volumes usage
Add convenient collection wrapper for easier getting selected volume.
Storage pool implementation may still provide only volume listing
function (pool.list_volumes), or, additionally, optimized
pool.get_volume.

This means it is both possible to iterate over volumes:
```python
for volume in pool.volumes:
    ...

```

And get a single volume:
```python
volume = pool.volumes[vid]
```

QubesOS/qubes-issues#2256
2017-06-26 13:09:26 +02:00
..
__init__.py storage: simplify pool.volumes usage 2017-06-26 13:09:26 +02:00
file.py storage: simplify pool.volumes usage 2017-06-26 13:09:26 +02:00
kernels.py storage: use direct object references, not only identifiers 2017-06-09 04:55:06 +02:00
lvm.py storage: simplify pool.volumes usage 2017-06-26 13:09:26 +02:00
README.md Merge remote-tracking branch 'marmarek/master' into core3-devel 2016-03-03 01:13:51 +01:00

WNI File storage

Before v3.1 there existed a draft wni storage. You can find it in the git history

(it was in /core/storage directory, now gone)