]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vz: remove disk cache mode hunk
authorNikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
Wed, 20 Apr 2016 14:05:28 +0000 (17:05 +0300)
committerMaxim Nestratov <mnestratov@virtuozzo.com>
Sat, 25 Jun 2016 19:56:01 +0000 (22:56 +0300)
commit2e6ff2da7573d29a22ac7b9ec5a9a04a44335f74
treecefd8bd86110fee9cf559f7a90ca14092f8e1855
parentf294b83ee632a6330f3a3045fbb5bcb9d9951c03
vz: remove disk cache mode hunk

This code was added as a part of huge patch that moves driver
from working with prlctl to vz sdk so there is no good explanation
why this is done this way. The problem that it is not correct.
vz sdk cache mode parameter affects all domain disks while this hunk
resets its on every disk to a new value.

Signed-off-by: Nikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
src/vz/vz_sdk.c