Bug 33044 - KVM/Xen unjoin script
KVM/Xen unjoin script
Status: CLOSED WONTFIX
Product: UCS
Classification: Unclassified
Component: Virtualization - KVM
UCS 3.1
Other Linux
: P5 enhancement (vote)
: ---
Assigned To: UCS maintainers
:
Depends on: 32448
Blocks: 30786
  Show dependency treegraph
 
Reported: 2013-10-31 16:48 CET by Stefan Gohmann
Modified: 2023-06-28 10:46 CEST (History)
0 users

See Also:
What kind of report is it?: Development Internal
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional): Cleanup
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Gohmann univentionstaff 2013-10-31 16:48:24 CET
The UCR variables are only removed during the purge:

case "$1" in
    purge)
    univention-config-registry unset \
        uvmm/kvm/bridge/autostart \
        uvmm/libvirt/action/uris \
        uvmm/libvirt/action/boot \
        uvmm/libvirt/action/shutdown \
        security/packetfilter/package/univention-virtual-machine-manager-node-kvm/tcp/49152:49215/all \
        security/packetfilter/package/univention-virtual-machine-manager-node-kvm/tcp/49152:49215/all/en \
        security/packetfilter/package/univention-virtual-machine-manager-node-kvm/tcp/5900:5999/all \
        security/packetfilter/package/univention-virtual-machine-manager-node-kvm/tcp/5900:5999/all/en
    [ -x "/etc/init.d/univention-firewall" ] && invoke-rc.d univention-firewall restart
    find /etc/univention/templates -name univention-virtual-machine-manager-node-kvm.\* -delete
    ;;

I think it should be done in a normal package remove.

+++ This bug was initially created as a clone of Bug #32448 +++

An unjoin script for KVM is missing.
Comment 1 Stefan Gohmann univentionstaff 2017-06-16 20:38:30 CEST
This issue has been filed against UCS 3. UCS 3 is out of the normal maintenance and many UCS components have vastly changed in UCS 4.

If this issue is still valid, please change the version to a newer UCS version otherwise this issue will be automatically closed in the next weeks.
Comment 2 Stefan Gohmann univentionstaff 2017-08-08 07:09:52 CEST
This issue has been filed against UCS 3.1.

UCS 3.1 is out of maintenance and many UCS components have vastly changed in later releases. Thus, this issue is now being closed.

If this issue still occurs in newer UCS versions, please use "Clone this bug" or reopen this issue. In this case please provide detailed information on how this issue is affecting you.