neondatabase / autoscaling

Postgres vertical autoscaling in k8s
Apache License 2.0
163 stars 21 forks source link

Bug: unknown parameter 'mode' #830

Open skyzh opened 8 months ago

skyzh commented 8 months ago

Environment

make k3d-setup

Steps to reproduce

[    0.392350] Run /neonvm/bin/init as init process
[    0.401884] ext3: Unknown parameter 'mode'
[    0.402145] ext2: Unknown parameter 'mode'
[    0.402356] ext4: Unknown parameter 'mode'
[    0.402584] squashfs: Unknown parameter 'mode'
[    0.422211] ext3: Unknown parameter 'mode'
[    0.422406] ext2: Unknown parameter 'mode'
[    0.422603] ext4: Unknown parameter 'mode'
[    0.422813] squashfs: Unknown parameter 'mode'
[    0.425236] EXT4-fs (vdd): mounted filesystem with ordered data mode. Quota mode: none.

Expected result

No warnings

Actual result

The QEMU log has warnings on parameter mode.

Should we remove the mode parameter in mount command when setting up the VM?

Other logs, links