1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

MCOL-527 - change UM device name from sdf to xvdf

This commit is contained in:
david hill
2017-01-20 19:57:22 -06:00
parent 44d42f93b5
commit e84573af8c

View File

@ -5987,7 +5987,7 @@ namespace oam
} }
//attach and format volumes //attach and format volumes
device = "/dev/sdf"; device = "/dev/xvdf";
string localInstance = getEC2LocalInstance(); string localInstance = getEC2LocalInstance();