Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Apr 2023 13:28:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 270623] net-mgmt/fence-agents : add new port version 4.12.1
Message-ID:  <bug-270623-7788-al38c3dkl5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-270623-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-270623-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D270623

--- Comment #1 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D8ab3666e9a903031a556ecaa3f25141=
69143d94d

commit 8ab3666e9a903031a556ecaa3f2514169143d94d
Author:     Florian Millet <florian.millet@ovhcloud.com>
AuthorDate: 2023-04-03 13:20:11 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2023-04-03 13:24:36 +0000

    net-mgmt/fence-agents: new port

    Fence agents were developed as device "drivers" which are able to preve=
nt
    computers from destroying data on shared storage.
    Their aim is to isolate a corrupted computer, using one of three method=
s:

    - Power - A computer that is switched off cannot corrupt data, but it is
      important to not do a "soft-reboot" as we won't know if this is possi=
ble.
      This also works for virtual machines when the fence device is a
hypervisor.
    - Network - Switches can prevent routing to a given computer, so even i=
f a
      computer is powered on it won't be able to harm the data.
    - Configuration - Fibre-channel switches or SCSI devices allow us to li=
mit
who
      can write to managed disks.

    This is used by the Pacemaker cluster resource management.

    Note:
    A lot of these agents have Linuxism and have to be adapted, they will be
    patched later to work out of the box on FreeBSD.

    PR:             270623
    Sponsored by:   OVHcloud

 net-mgmt/Makefile                     |   1 +
 net-mgmt/fence-agents/Makefile (new)  |  35 +++++++
 net-mgmt/fence-agents/distinfo (new)  |   3 +
 net-mgmt/fence-agents/pkg-descr (new) |  13 +++
 net-mgmt/fence-agents/pkg-plist (new) | 184 ++++++++++++++++++++++++++++++=
++++
 5 files changed, 236 insertions(+)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-270623-7788-al38c3dkl5>