Throttle disk write to prevent etcd puking during upgrade
This commit is contained in:
@@ -36,7 +36,7 @@ func MountAltImageStore(ctx context.Context, nctx *NodeContext) error {
|
||||
[]string{"-o", "ro", altDev, altRootMount},
|
||||
system.RunOptions{Timeout: 30 * time.Second},
|
||||
); err != nil {
|
||||
return fmt.Errorf("mount alt rootfs %s on %s: %w", altDev, altRootMount, err)
|
||||
klog.Errorf("mount alt rootfs %s on %s: %w", altDev, altRootMount, err)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user