mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
feature #279: DATABLOCK images are now mounted from 'd'.
This commit is contained in:
parent
49d045b12f
commit
0f6f7138f6
@ -661,7 +661,7 @@ int Image::disk_attribute(VectorAttribute * disk, int * index)
|
||||
break;
|
||||
|
||||
case DATABLOCK:
|
||||
prefix += static_cast<char>(('d'+ *index));
|
||||
prefix += static_cast<char>(('e'+ *index));
|
||||
*index = *index + 1;
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user