kerubistan / kerub

A lightweight IaaS prototype
Apache License 2.0
13 stars 4 forks source link

dead-migrate block storage #187

Closed K0zka closed 5 years ago

K0zka commented 7 years ago

storage that does not have availability requirement could be migrated simply by

dd if=/dev/sourceblockdevice | ssh target | dd of=/dev/targetblockdevice
K0zka commented 7 years ago

there is a design-issue blocking the way: gvinum capability should be a single capability per server rahter than per disk

K0zka commented 7 years ago

it would be nice if optionally lz4 could be used as compression algorithm, if it is installed on both servers, have enough unreserved CPU capacity

K0zka commented 5 years ago

integration test needed in kerub-ext-tests