I restore this table - "volume_types" from backup of DB and cinderlib work
now, but I did not like how it happened just after changing the cluster
compatibility level
Restore command:
pg_restore -d ovirt_cinderlib_20200824130037 -a -t volume_types
/root/db/cinderlib_backup.db
_
looks like our main cinderlib DB is empty:
sql -d ovirt_cinderlib_20200824130037 -c "\x on" -c "select * from volume_types"
Expanded display is on.
(0 rows)
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
P
cat /var/lib/pgsql/data/pg_hba.conf
# TYPE DATABASEUSERADDRESS METHOD
# "local" is for Unix domain socket connections only
local all all peer
hostovirt_engine_history ovirt_engine_history_grafana 0.0.0.0/0
I got only:
[postgres@ovc-engine-44 ~]$ psql -U ovirt_cinderlib_20200824130037 -d
ovirt_cinderlib_20200824130037 -c "\x on" -c "select * from volume_types"
psql: error: FATAL: Peer authentication failed for user
"ovirt_cinderlib_20200824130037"
___
U
hi all,
after upgrade oVirt 4.4.7 Cluster Compatibility version 4.4 ->4.5 cinderlib
storage is died:
tail -f /var/log/ovirt-engine/cinderlib/cinderlib.log
2021-01-20 12:35:28,781 - cinderlib-client - ERROR - Failure occurred when
trying to run command 'delete_volume': Volume type with name __DE
Because included in oVirt Node 4.4.1 librbd1 have version 12.2.7 (for me it
was very big qestion - why not 14 release.) and I suppose "ceph-common"
package should have the same version
CEPH Version: librbd1-12.2.7-9.el8
___
Users mailing list -
6 matches
Mail list logo