We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b36f6d commit aec89a6Copy full SHA for aec89a6
1 file changed
pkg/vm/vm_linux.go
@@ -287,16 +287,6 @@ func (v *BootcVMLinux) loadExistingDomain() (err error) {
287
}
288
289
290
- // if domain exists, load it's config
291
- if v.domain != nil {
292
- cfg, err := v.GetConfig()
293
- if err != nil {
294
- return fmt.Errorf("unable to load VM config: %w", err)
295
- }
296
- v.sshPort = cfg.SshPort
297
- v.sshIdentity = cfg.SshIdentity
298
299
-
300
return nil
301
302
0 commit comments