[PCA 2.x] The "service ovs-agent status" shows fsstats server is dead but pid file exists
(Doc ID 2920094.1)
Last updated on JANUARY 12, 2025
Applies to:
Private Cloud Appliance - Version 2.3.1 and laterLinux x86-64
Symptoms
Actually, we can see the real error in /var/log/ovs-agent.log.
[2023-01-08 23:13:49 20179] ERROR (stats:104) Error collecting stats: (-30986, 'DB_PAGE_NOTFOUND: Requested page not found')
Traceback (most recent call last):
File "/usr/lib64/python2.6/site-packages/agent/lib/stats.py", line 102, in run
self._run()
File "/usr/lib64/python2.6/site-packages/agent/lib/linuxstats.py", line 547, in _run
fs_stats = process_file_system_stats(True)
File "/usr/lib64/python2.6/site-packages/agent/lib/linuxstats.py", line 468, in process_file_system_stats
fs_uuids = get_fs_stats_uuids()
File "/usr/lib64/python2.6/site-packages/agent/lib/stats.py", line 80, in get_fs_stats_uuids
return read_item(LOCAL_SERVER_DB, "fs_stat_uuid_list")
File "/usr/lib64/python2.6/site-packages/agent/lib/db.py", line 92, in read_item
return db.get(key)
File "/usr/lib64/python2.6/site-packages/agent/lib/db.py", line 49, in get
return self.db.get(key)
File "/usr/lib64/python2.6/bsddb/dbshelve.py", line 227, in get
data = self.db.get(*args, **kw)
DBPageNotFoundError: (-30986, 'DB_PAGE_NOTFOUND: Requested page not found')
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |