Displaying 10 results from an estimated 10 matches for "gugod".
2014 Apr 01
3
Setup a devel environment for perl modules
Hi all,
This is an interesting thread:
http://lists.centos.org/pipermail/centos/2014-April/141871.html
about the problems you can find building perl modules for CentOS
releases (new or old).
I agree with John R. Pierce: cpan is very very bad tool ( in fact, I
hate it) to build perl modules for CentOS systems, breaks all other
perl modules. I need to use several perl modules in several
2020 Jan 23
0
Re: qemu hook: event for source host too
So, how likely is it possible to get this feature (two new events for
the qemu hook)?
Le 22/01/2020 à 10:56, Guy Godfroy a écrit :
> That's right, I need also that second hook event.
>
> For your information, for now I manage locks manually or via Ansible.
> To make hook manage locks, I still need to find out a secure way to
> run LVM commands from a non-root account, but
2020 Jan 24
0
Re: qemu hook: event for source host too
I don't really understand what new hook this would be.
Le 24/01/2020 à 14:05, Michal Privoznik a écrit :
> On 1/23/20 1:43 PM, Guy Godfroy wrote:
>> So, how likely is it possible to get this feature (two new events for
>> the qemu hook)?
>
> I've started writing it, but then I realized we might need third hook
> - in confirm phase - which would be run on the
2020 Feb 19
0
Re: clustered lvm volume activation
Hello Timm,
I had exactly the same problem a few weeks ago. It pissed me off quite a
bit, but I made myself a reason.
My workaround is not to define the volume pool anymore. The domains are
able to use any volume anyway, even when not part of any pool.
I use custom hooks to activate and deactivate LVs.
Hope that helps,
Guy
Le 14/02/2020 à 11:28, Timm Wunderlich a écrit :
> dear all,
2020 Jan 27
0
Re: qemu hook: event for source host too
Cool :)
Don't worry I'm not on a rush: I guess the feature will not be part of
Debian before next major release anyway.
Le ven., janv. 24, 2020 at 17:24, Michal Privoznik
<mprivozn@redhat.com> a écrit :
> On 1/24/20 4:34 PM, Guy Godfroy wrote:
>> I don't really understand what new hook this would be.
>
> Libvirt's migration happens in phases [1]. The last
2020 Jun 19
1
Re: qemu hook: event for source host too
2020 Jun 26
0
RBD volume pools and locks
Hello,
One of my libvirt cluster is using a RBD volume pool. I wish that I
could configure libvirt lock manager to use RBD locks. Is that possible?
I read here https://libvirt.org/kbase/locking.html that libvirt lock
manager is shipped with 2 active plugins. Is there any other plugins
that exist?
Thanks.
Guy Godfroy
2020 Jan 22
2
Re: qemu hook: event for source host too
That's right, I need also that second hook event.
For your information, for now I manage locks manually or via Ansible. To make hook manage locks, I still need to find out a secure way to run LVM commands from a non-root account, but this is another problem.
Le 22 janvier 2020 10:24:53 GMT+01:00, Michal Privoznik <mprivozn@redhat.com> a écrit :
>On 1/22/20 9:23 AM, Guy Godfroy
2020 Jan 22
2
Re: qemu hook: event for source host too
I could launch `lvchange -asy` on the source host manually, but the aim of hooks is to automatically execute such commands and avoid human errors.
Le 22 janvier 2020 09:18:54 GMT+01:00, Michal Privoznik <mprivozn@redhat.com> a écrit :
>On 1/21/20 9:10 AM, Guy Godfroy wrote:
>> Hello, this is my first time posting on this mailing list.
>>
>> I wanted to suggest a
2020 Jan 21
2
qemu hook: event for source host too
Hello, this is my first time posting on this mailing list.
I wanted to suggest a addition to the qemu hook. I will explain it
through my own use case.
I use a shared LVM storage as a volume pool between my nodes. I use
lvmlockd in sanlock mode to protect both LVM metadata corruption and
concurrent volume mounting.
When I run a VM on a node, I activate the desired LV with exclusive lock