mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
feature #3060: Fix wrong format of discard. Thanks to Anton Todorov
This commit is contained in:
parent
ed9526acd0
commit
997eaa029b
@ -650,11 +650,11 @@ int LibVirtDriver::deployment_description_kvm(
|
||||
|
||||
if ( !discard.empty() )
|
||||
{
|
||||
file << "' discard='" << discard << "'";
|
||||
file << " discard='" << discard << "'";
|
||||
}
|
||||
else if ( !default_driver_discard.empty() )
|
||||
{
|
||||
file << "' discard='" << default_driver_discard << "'";
|
||||
file << " discard='" << default_driver_discard << "'";
|
||||
}
|
||||
|
||||
file << "/>" << endl;
|
||||
|
Loading…
x
Reference in New Issue
Block a user