On a particular zun compute node, zun_compute docker always restarts with the following error in the log file
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Zun |
New
|
Undecided
|
Unassigned |
Bug Description
On a particular zun compute node, zun_compute docker always restarts with the following error in the log file
urllib3.
2023-11-13 15:02:39.415 7 ERROR zun
2023-11-13 15:02:39.415 7 ERROR zun During handling of the above exception, another exception occurred:
2023-11-13 15:02:39.415 7 ERROR zun
2023-11-13 15:02:39.415 7 ERROR zun Traceback (most recent call last):
2023-11-13 15:02:39.415 7 ERROR zun File "/var/lib/
2023-11-13 15:02:39.415 7 ERROR zun sys.exit(main())
2023-11-13 15:02:39.415 7 ERROR zun File "/var/lib/
2023-11-13 15:02:39.415 7 ERROR zun compute_
2023-11-13 15:02:39.415 7 ERROR zun File "/var/lib/
2023-11-13 15:02:39.415 7 ERROR zun self.driver = driver_
2023-11-13 15:02:39.415 7 ERROR zun File "/var/lib/
2023-11-13 15:02:39.415 7 ERROR zun driver = stevedore_
2023-11-13 15:02:39.415 7 ERROR zun File "/var/lib/
2023-11-13 15:02:39.415 7 ERROR zun super(DriverMan
2023-11-13 15:02:39.415 7 ERROR zun File "/var/lib/
2023-11-13 15:02:39.415 7 ERROR zun extensions = self._load_
2023-11-13 15:02:39.415 7 ERROR zun File "/var/lib/
2023-11-13 15:02:39.415 7 ERROR zun self._on_
2023-11-13 15:02:39.415 7 ERROR zun File "/var/lib/
2023-11-13 15:02:39.415 7 ERROR zun ext = self._load_
2023-11-13 15:02:39.415 7 ERROR zun File "/var/lib/
2023-11-13 15:02:39.415 7 ERROR zun return super(NamedExte
2023-11-13 15:02:39.415 7 ERROR zun File "/var/lib/
2023-11-13 15:02:39.415 7 ERROR zun obj = plugin(
2023-11-13 15:02:39.415 7 ERROR zun File "/var/lib/
2023-11-13 15:02:39.415 7 ERROR zun self._get_
2023-11-13 15:02:39.415 7 ERROR zun File "/var/lib/
2023-11-13 15:02:39.415 7 ERROR zun host_info = self.get_
2023-11-13 15:02:39.415 7 ERROR zun File "/var/lib/
2023-11-13 15:02:39.415 7 ERROR zun info = docker.info()
2023-11-13 15:02:39.415 7 ERROR zun File "/var/lib/
2023-11-13 15:02:39.415 7 ERROR zun return self._result(
2023-11-13 15:02:39.415 7 ERROR zun File "/var/lib/
2023-11-13 15:02:39.415 7 ERROR zun return f(self, *args, **kwargs)
2023-11-13 15:02:39.415 7 ERROR zun File "/var/lib/
2023-11-13 15:02:39.415 7 ERROR zun return self.get(url, **self.
2023-11-13 15:02:39.415 7 ERROR zun File "/var/lib/
2023-11-13 15:02:39.415 7 ERROR zun return self.request("GET", url, **kwargs)
2023-11-13 15:02:39.415 7 ERROR zun File "/var/lib/
2023-11-13 15:02:39.415 7 ERROR zun resp = self.send(prep, **send_kwargs)
2023-11-13 15:02:39.415 7 ERROR zun File "/var/lib/
2023-11-13 15:02:39.415 7 ERROR zun r = adapter.
2023-11-13 15:02:39.415 7 ERROR zun File "/var/lib/
2023-11-13 15:02:39.415 7 ERROR zun raise ConnectionError(e, request=request)
2023-11-13 15:02:39.415 7 ERROR zun requests.
2023-11-13 15:02:39.415 7 ERROR zun
When I try to create a docker using zun service from horizon, on the controller node, in the zun-api.log, I see the following
Filtering removed all hosts for the request with container ID 'b3c71d19-
All other zun_compute containers on other compute nodes, running just fine without any error.
Could any suggest me what's the issue?
On Horizon, I also see the following error while creating a container
Unexpected error while make filesystem. Devpath: /dev/rbd/ volumes/ volume- 4926f7ec- ee7e-4b68- 83f3-c108b4a709 d7, Fstype: ext4, Error: The command: mkfs -t ext4 -F /dev/rbd/ volumes/ volume- 4926f7ec- ee7e-4b68- 83f3-c108b4a709 d7 failed on the system, due to Unexpected error while running command. Command: mkfs -t ext4 -F /dev/rbd/ volumes/ volume- 4926f7ec- ee7e-4b68- 83f3-c108b4a709 d7 Exit code: 1 Stdout: '' Stderr: 'mke2fs 1.46.5 (30-Dec-2021)\nThe file /dev/rbd/ volumes/ volume- 4926f7ec- ee7e-4b68- 83f3-c108b4a709 d7 does not exist and no size was specified.\n'