You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-05 16:15:50 +03:00
more fixes to adddbroot from postConfigure
This commit is contained in:
@@ -6201,7 +6201,11 @@ namespace oam
|
|||||||
|
|
||||||
//update /etc/fstab with mount
|
//update /etc/fstab with mount
|
||||||
string entry = amazonDeviceName + " " + InstallDir + "/data" + itoa(*pt1) + " ext2 noatime,nodiratime,noauto 0 0";
|
string entry = amazonDeviceName + " " + InstallDir + "/data" + itoa(*pt1) + " ext2 noatime,nodiratime,noauto 0 0";
|
||||||
|
|
||||||
|
//update local fstab
|
||||||
|
cmd = "echo " + entry + " >> /etc/fstab";
|
||||||
|
system(cmd.c_str());
|
||||||
|
|
||||||
//use from addmodule later
|
//use from addmodule later
|
||||||
cmd = "echo " + entry + " >> " + InstallDir + "/local/etc/pm1/fstab";
|
cmd = "echo " + entry + " >> " + InstallDir + "/local/etc/pm1/fstab";
|
||||||
system(cmd.c_str());
|
system(cmd.c_str());
|
||||||
|
Reference in New Issue
Block a user