Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabiand/pv-nbd-sharer
AWESOME name
https://github.com/fabiand/pv-nbd-sharer
Last synced: 4 days ago
JSON representation
AWESOME name
- Host: GitHub
- URL: https://github.com/fabiand/pv-nbd-sharer
- Owner: fabiand
- Created: 2018-10-19T10:43:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-22T11:52:01.000Z (about 6 years ago)
- Last Synced: 2024-11-14T11:43:46.408Z (2 months ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.com/fabiand/pv-nbd-sharer.svg?branch=master)](https://travis-ci.com/fabiand/pv-nbd-sharer)
Just a POC to see how a remote storage can be connected using qcow2 and
qemu-nbd, and then be consumed by qemu.Gist: https://gist.github.com/fabiand/e68011d2157cb3cde0116b41d1b4c463
Idea:
1. An empty qcow2 is pointing to the remote storage as a backing store (can be
any remote storage known by qemu)
2. qemu-nbd serves the qcow2 file, which is in reality then serving the backing
store storageGoal:
1. Privileged container to retrieve PV details and connect to storage
2. Shared directory with (next line)
3. Unprivileged container which wants to access the remote storage