Added SATA details in note #18

Merged
PeterSurda merged 1 commits from swapnil/idlers-agent:main into main 2024-06-27 14:58:55 +00:00
Member
No description provided.
swapnil added 1 commit 2024-06-27 12:59:05 +00:00
Added SATA details in note
All checks were successful
buildbot/multibuild_parent Build done.
buildbot/travis_bionic Build done.
bd6ecc3519
PeterSurda approved these changes 2024-06-27 14:58:50 +00:00
PeterSurda left a comment
Owner

You can remove dependency on lsblk in the next PR.

You can remove dependency on `lsblk` in the next PR.
@ -94,0 +103,4 @@
# Get the list of devices
try:
device_list = subprocess.check_output(['lsblk', '-d', '-o', 'NAME'], stderr=subprocess.STDOUT, universal_newlines=True).split()[1:]
Owner

There's no lsblk in Synology DSM or openwrt. You could search for /sys/block/*/device similarly as when looking for the disk sizes.

There's no `lsblk` in Synology DSM or openwrt. You could search for `/sys/block/*/device` similarly as when looking for the disk sizes.
PeterSurda merged commit bd6ecc3519 into main 2024-06-27 14:58:55 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Sysdeploy/idlers-agent#18
No description provided.