Skip to content

Commit

Permalink
Remove legacy VM plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Qubad786 committed Feb 12, 2025
1 parent eb7e715 commit 11f5327
Show file tree
Hide file tree
Showing 72 changed files with 70 additions and 5,485 deletions.
1 change: 0 additions & 1 deletion debian/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Depends: acl,
keepalived,
ifenslave,
libnginx-mod-http-uploadprogress,
libvirt-daemon-system,
man-db,
manpages,
mc,
Expand Down
1 change: 0 additions & 1 deletion debian/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ systemctl daemon-reload
systemctl enable zfs-zed

# We need to mask certain services so that they don't start automatically
systemctl mask libvirtd.socket libvirtd-ro.socket libvirtd-admin.socket libvirtd-tls.socket libvirtd-tcp.socket
systemctl mask exim4-base.service exim4.service exim4-base.timer
systemctl mask uuidd.service uuidd.socket
systemctl mask ndctl-monitor.service
Expand Down
2 changes: 0 additions & 2 deletions src/freenas/usr/lib/systemd/system-preset/10-truenas.preset
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ disable wg-quick*
disable nut-*
disable nut.target
disable wsdd.service
disable libvirtd.service
disable winbind.service
disable nvidia-*
disable libvirt*
disable walinuxagent*
disable serial-getty@*
disable docker*
Expand Down
2 changes: 0 additions & 2 deletions src/middlewared/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ Build-Depends: alembic,
python3-ixhardware,
python3-josepy,
python3-ldap,
python3-libvirt,
python3-libzfs,
python3-licenselib,
python3-mako,
Expand Down Expand Up @@ -127,7 +126,6 @@ Depends: alembic,
python3-ixdiagnose,
python3-ixhardware,
python3-ldap,
python3-libvirt,
python3-libzfs,
python3-licenselib,
python3-mako,
Expand Down
2 changes: 1 addition & 1 deletion src/middlewared/debian/middlewared.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DefaultDependencies=no

Requires=ix-wait-on-disks.service
Wants=dbus.socket
After=dbus.socket libvirtd.service
After=dbus.socket
Before=reboot.target shutdown.target halt.target
Conflicts=reboot.target shutdown.target halt.target

Expand Down
2 changes: 0 additions & 2 deletions src/middlewared/middlewared/api/v25_04_0/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,5 @@
from .virt_global import * # noqa
from .virt_instance import * # noqa
from .virt_volume import * # noqa
from .vm import * # noqa
from .vm_device import * # noqa
from .webui_enclosure import * # noqa
from .webui_main_dashboard import * # noqa
Loading

0 comments on commit 11f5327

Please sign in to comment.