[ovirt-users] Re: obtain direct LUN wwid in the guest

2023-11-14 Thread LS CHENG
had typo in the versions Was working with OLVM 4.3 and got LUN's wwid and now with 4.4 I get the new naming scheme On Tue, Nov 14, 2023 at 11:04 PM LS CHENG wrote: > Hi all > > I am working with Oracle Linux Virtualization Manager 4 (OLVM) which is > based on ovirt. > > When I worked with

[ovirt-users] obtain direct LUN wwid in the guest

2023-11-14 Thread LS CHENG
Hi all I am working with Oracle Linux Virtualization Manager 4 (OLVM) which is based on ovirt. When I worked with OLVM 3 and when assigning direct lun to the guests in the guest I could obtain LUN's wwid with this command /usr/lib/udev/scsi_id -g -u -d /dev/sdc1

[ovirt-users] Re: /etc/pki/ovirt-engine/ca.pem is not on a local filesystem

2023-11-14 Thread nicolas
Hi Didi, Patch has been submitted at https://github.com/oVirt/ovirt-engine/pull/891. Thanks. El 2023-11-14 10:04, Yedidyah Bar David escribió: Hi, On Tue, Nov 14, 2023 at 11:31 AM wrote: Hi Didi, Thanks for the reply. Finally solved it by exporting LANG=C in the shell before running

[ovirt-users] Re: /etc/pki/ovirt-engine/ca.pem is not on a local filesystem

2023-11-14 Thread Yedidyah Bar David
Hi, On Tue, Nov 14, 2023 at 11:31 AM wrote: > Hi Didi, > > Thanks for the reply. > > Finally solved it by exporting LANG=C in the shell before running the > command. > > Seems that the "pki-enroll-request.sh" does this check: > >LOCK="${PKIDIR}/${CA_FILE}".pem >df -l "${LOCK}" 2>

[ovirt-users] Re: /etc/pki/ovirt-engine/ca.pem is not on a local filesystem

2023-11-14 Thread nicolas
Hi Didi, Thanks for the reply. Finally solved it by exporting LANG=C in the shell before running the command. Seems that the "pki-enroll-request.sh" does this check: LOCK="${PKIDIR}/${CA_FILE}".pem df -l "${LOCK}" 2> /dev/null | grep -q "File" || die "${LOCK} is not on a local

[ovirt-users] Re: /etc/pki/ovirt-engine/ca.pem is not on a local filesystem

2023-11-14 Thread Yedidyah Bar David
On Tue, Nov 14, 2023 at 10:49 AM wrote: > Hi, > > We're running oVirt 4.5.4, recently we got this alert: > >Engine's certification is about to expire at 2023-11-19. Please renew > the engine's certification. > > So I'm trying to run: > >engine-setup --offline > > However, it fails with

[ovirt-users] /etc/pki/ovirt-engine/ca.pem is not on a local filesystem

2023-11-14 Thread nicolas
Hi, We're running oVirt 4.5.4, recently we got this alert: Engine's certification is about to expire at 2023-11-19. Please renew the engine's certification. So I'm trying to run: engine-setup --offline However, it fails with the following error: [ INFO ] Upgrading CA [ INFO ]