Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving data disk results in client.timeout #3691

Open
Moving4407 opened this issue Nov 22, 2024 · 0 comments
Open

Moving data disk results in client.timeout #3691

Moving4407 opened this issue Nov 22, 2024 · 0 comments
Labels

Comments

@Moving4407
Copy link

Moving4407 commented Nov 22, 2024

Describe the issue you are experiencing

When trying to move to an NVME data data using CLI the following error occurs:

image

There's some polling to the NVME timing out, see host logs.

What operating system image do you use?

HA OS

What version of Home Assistant Operating System is installed?

13.2

Did the problem occur after upgrading the Operating System?

No

Hardware details

Home Assistant Yellow (CM4 with 16 Gb eMMC and 4 GB RAM) and a Samsung NVME SSD. The SSD has been security wiped and tested in another laptop (Lenovo Thinkpad)

image

Steps to reproduce the issue

In the CLI type the following:

  1. ha os datadisk move /dev/nvmeon1
  2. The error appears and the move is not completed

Anything in the Supervisor logs that might be useful for us?

Nothing of interest, only info posts

Anything in the Host logs that might be useful for us?

2024-11-22 09:42:31.801 homeassistant kernel: nvme nvme0: I/O 473 QID 1 timeout, completion polled
2024-11-22 09:43:02.529 homeassistant kernel: nvme nvme0: I/O 474 QID 1 timeout, completion polled
2024-11-22 09:43:33.241 homeassistant kernel: nvme nvme0: I/O 475 QID 1 timeout, completion polled
2024-11-22 09:44:03.961 homeassistant kernel: nvme nvme0: I/O 476 QID 1 timeout, completion polled
2024-11-22 09:44:34.689 homeassistant kernel: nvme nvme0: I/O 477 QID 1 timeout, completion polled
2024-11-22 09:45:05.401 homeassistant kernel: nvme nvme0: I/O 478 QID 1 timeout, completion polled
2024-11-22 09:45:32.025 homeassistant kernel: nvme nvme0: I/O 27 QID 0 timeout, completion polled
2024-11-22 09:45:36.121 homeassistant kernel: nvme nvme0: I/O 479 QID 1 timeout, completion polled
2024-11-22 09:46:06.841 homeassistant kernel: nvme nvme0: I/O 480 QID 1 timeout, completion polled
2024-11-22 09:46:33.465 homeassistant kernel: nvme nvme0: I/O 17 QID 0 timeout, completion polled
2024-11-22 09:46:37.561 homeassistant kernel: nvme nvme0: I/O 481 QID 1 timeout, completion polled
2024-11-22 09:47:08.281 homeassistant kernel: nvme nvme0: I/O 482 QID 1 timeout, completion polled
2024-11-22 09:47:34.905 homeassistant kernel: nvme nvme0: I/O 4 QID 0 timeout, completion polled
2024-11-22 09:47:39.005 homeassistant kernel: nvme nvme0: I/O 483 QID 1 timeout, completion polled
2024-11-22 09:47:56.285 homeassistant kernel: audit: type=1334 audit(1732268876.279:1019): prog-id=198 op=LOAD
2024-11-22 09:47:56.297 homeassistant systemd-timesyncd[577]: Network configuration changed, trying to establish connection.
2024-11-22 09:47:56.306 homeassistant systemd[1]: Started Journal Gateway Service.
2024-11-22 09:47:56.317 homeassistant systemd-timesyncd[577]: Contacted time server 162.159.200.1:123 (time.cloudflare.com).
2024-11-22 09:48:09.721 homeassistant kernel: nvme nvme0: I/O 484 QID 1 timeout, completion polled
2024-11-22 09:48:36.349 homeassistant kernel: nvme nvme0: I/O 5 QID 0 timeout, completion polled
2024-11-22 09:48:40.441 homeassistant kernel: nvme nvme0: I/O 485 QID 1 timeout, completion polled
2024-11-22 09:49:11.165 homeassistant kernel: nvme nvme0: I/O 486 QID 1 timeout, completion polled
2024-11-22 09:49:41.881 homeassistant kernel: nvme nvme0: I/O 487 QID 1 timeout, completion polled
2024-11-22 09:50:12.605 homeassistant kernel: nvme nvme0: I/O 488 QID 1 timeout, completion polled
2024-11-22 09:50:43.321 homeassistant kernel: nvme nvme0: I/O 489 QID 1 timeout, completion polled
2024-11-22 09:51:14.041 homeassistant kernel: nvme nvme0: I/O 490 QID 1 timeout, completion polled

System information

System Information

version core-2024.11.2
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.12.4
os_name Linux
os_version 6.6.31-haos-raspi
arch aarch64
timezone Europe/Amsterdam
config_dir /config
Home Assistant Community Store
GitHub API ok
GitHub Content ok
GitHub Web ok
HACS Data ok
GitHub API Calls Remaining 5000
Installed Version 2.0.1
Stage running
Available Repositories 1460
Downloaded Repositories 4
Home Assistant Cloud
logged_in false
can_reach_cert_server ok
can_reach_cloud_auth ok
can_reach_cloud ok
Home Assistant Supervisor
host_os Home Assistant OS 13.2
update_channel stable
supervisor_version supervisor-2024.11.4
agent_version 1.6.0
docker_version 27.2.0
disk_total 13.6 GB
disk_used 7.5 GB
healthy true
supported true
host_connectivity true
supervisor_connectivity true
ntp_synchronized true
virtualization
board yellow
supervisor_api ok
version_api ok
installed_addons Mosquitto broker (6.4.1), ESPHome Device Compiler (2024.11.0), Terminal & SSH (9.15.0), Zigbee2MQTT (1.41.0-1), Silicon Labs Flasher (0.3.0), File editor (5.8.0)
Dashboards
dashboards 3
resources 0
views 2
mode storage
Recorder
oldest_recorder_run 13 november 2024 om 18:38
current_recorder_run 20 november 2024 om 16:05
estimated_db_size 983.10 MiB
database_engine sqlite
database_version 3.45.3
Solcast PV Forecast
can_reach_server ok

Additional information

No response

@Moving4407 Moving4407 added the bug label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant