Opened 2 years ago
Closed 2 years ago
#190 closed defect (fixed)
Auto detach vif-frontend, when VM with vif-backend is powered off
| Reported by: | marmarek | Owned by: | marmarek |
|---|---|---|---|
| Priority: | major | Milestone: | Release 1 Beta 2 |
| Component: | core | Keywords: | |
| Cc: |
Description
This enables NetVM restart without forced AppVMs restart. Of course, this should include network-attach when NetVM is started again.
Network-attach requires some logic in AppVMs udev scrips to set up new interface (now done in /etc/init.d/qubes_core).
Change History (2)
comment:1 Changed 2 years ago by marmarek
- Status changed from new to accepted
comment:2 Changed 2 years ago by marmarek
- Resolution set to fixed
- Status changed from accepted to closed

Implemented here:
http://git.qubes-os.org/gitweb/?p=marmarek/core.git;a=commit;h=98f40281428219954c49d43186e031872d492704
http://git.qubes-os.org/gitweb/?p=marmarek/core.git;a=commit;h=655f13e2ec70714b316ce13921349bdd547b9cb5
Also changed behavior of qvm-run --shutdown netvm - now it refuses to shut down NetVM with connected VMs, unless --force given.