1
0
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:
Carlos Martín 2010-07-20 14:46:04 +02:00 committed by Ruben S. Montero
parent 49d045b12f
commit 0f6f7138f6

View File

@ -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;