[Bug 2060345] Re: oscap crashes during audit on the system with ceph-mds package installed

2024-05-08 Thread Aymen Frikha
Hey @Eduardo, I ran the following test: - Created an Jammy lxd container - apt install ceph-mds - sudo pro attach - sudo pro enable usg - sudo apt-get update --yes && sudo apt-get install --yes usg - sudo usg generate-tailoring cis_level1_server /root/cis-l1.xml - sudo usg audit

[Bug 1819509] Re: qemu-kvm is not installed with nova-compute

2019-03-12 Thread Aymen Frikha
@Christian, thank you for the history. @Corey, that should be ok for me now. The workaround I can use is to install qemu-kvm package on all computes, so all computes will have same emulator binary and they can be compatible for live-migration. -- You received this bug notification because you

[Bug 1819509] [NEW] qemu-kvm is not installed with nova-compute

2019-03-11 Thread Aymen Frikha
Public bug reported: After upgrading compute nodes from mitaka to newton we are not able to migrate virtual machine. We are not able to migrate VMs from recently onboarded compute nodes to old compute nodes that has been upgraded to newton. Reason is: Xenial-mitaka nova-compute (2.13) depends

[Bug 1789527] Re: Galera agent doesn't work when grastate.dat contains safe_to_bootstrap

2018-11-12 Thread Aymen Frikha
Can you test using this configuration of Pacemaker ? : primitive p_percona ocf:heartbeat:galera \ params wsrep_cluster_address="gcomm://controller-1,controller-2,controller-3" \ params config="/etc/mysql/my.cnf" \ params datadir="/var/lib/percona-xtradb-cluster" \

[Bug 1789527] Re: Galera agent doesn't work when grastate.dat contains safe_to_bootstrap

2018-11-09 Thread Aymen Frikha
Yes you are right Andreas, you need active database writes when you shutdown them. The resource agent automatically detect which instance has the last commit and start it as master and resume the replication to the other instances. -- You received this bug notification because you are a member

[Bug 1789527] Re: Galera agent doesn't work when grastate.dat contains safe_to_bootstrap

2018-11-08 Thread Aymen Frikha
Hi Andreas, Thank you very much for the package provided. It works fine for me. You can reproduce the bug when you deploy hacluster charm as a subordinate service for percona cluster. It will deploy Pacemaker, put the vip and the resource agent to manage Percona cluster. It will use galera

[Bug 1789527] [NEW] Galera agent doesn't work when grastate.dat contains safe_to_bootstrap

2018-08-28 Thread Aymen Frikha
Public bug reported: Galera resource agent is not able to put mysql up and master even if safe_to_bootstrap flag in grastate.dat is set to 1. * res_percona_promote_0 on 09fde2-2 'unknown error' (1): call=1373, status=complete, exitreason='MySQL server failed to start (pid=2432) (rc=0), please

[Bug 1640079] Re: LXDs doesn't start after a reboot

2017-01-17 Thread Aymen Frikha
In my setup I have 14 containers in a control node, after shutdown and start the node, some of them started but others still down. I use juju 2.0.2 xenial 16.04.1 root@C1N4-controller:~# lxc list +--+-++--++---+

[Bug 1640079] Re: LXDs doesn't start after a reboot

2017-01-17 Thread Aymen Frikha
machine 1 log ** Attachment added: "machine-1.log" https://bugs.launchpad.net/ubuntu/+source/juju/+bug/1640079/+attachment/4805494/+files/machine-1.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1593469] Re: [2.0] VMware power type error: __init__() takes 1 positional argument but 2 were given

2016-12-20 Thread Aymen Frikha
I had same issue, but exporting the certificate only didn't resolve it. There is a new version of pyvmomi library. So I resolved the problem by downgrading the library version: sudo pip3 install pyvmomi==6.0.0.2016.4 -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1623143] Re: Linux container does not take same cpu configuration as kernet's hosts

2016-09-13 Thread Aymen Frikha
** Summary changed: - Linux container does not take same cpu affinity as kernet's hosts + Linux container does not take same cpu configuration as kernet's hosts -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1623143] [NEW] Linux container does not take same cpu configuration as kernet's hosts

2016-09-13 Thread Aymen Frikha
Public bug reported: When I configured cpu affinity on a ubuntu 16.04 with kernel version "4.4.0-36-generic" on a host containing 3 cpus: on /etc/default/grub: GRUB_CMDLINE_LINUX_DEFAULT="isolcpus=0" update-grub reboot The output of "cat /proc/self/status" : ubuntu@ubuntu:~$ cat