mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
parent
b9047d25c5
commit
8c8eddab04
@ -259,7 +259,7 @@ function fs_size {
|
||||
kvp=( ${p/=/ } );
|
||||
|
||||
if [ ${kvp[0]} == 'size' ]; then
|
||||
SIZE=$((${kvp[1]} * 1024));
|
||||
SIZE=$((${kvp[1]} * 1024 * 1024));
|
||||
error=0
|
||||
break
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user