mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-23 14:08:31 +00:00
clh: set rootfstype
set rootfstype=ext4 to make kernel not do print errros like: ``` Mount option "data=ordered" incompatible with ext2 ``` Depends-on: github.com/kata-containers/tests#2377 Fixes: #2524 Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
parent
a5436627f5
commit
4ce44ab067
@ -122,6 +122,7 @@ var clhKernelParams = []Param{
|
||||
{"noreplace-smp", ""}, // do not replace SMP instructions
|
||||
{"agent.log_vport", fmt.Sprintf("%d", vSockLogsPort)}, // tell the agent where to send the logs
|
||||
{"rootflags", "data=ordered,errors=remount-ro ro"}, // mount the root filesystem as readonly
|
||||
{"rootfstype", "ext4"},
|
||||
}
|
||||
|
||||
var clhDebugKernelParams = []Param{
|
||||
|
Loading…
Reference in New Issue
Block a user