-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Missing target_core_iblock module #2956
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
Comments
Copilot suggests this:
|
amlogic-s9xxx-armbian/compile-kernel/tools/config/config-5.15 Lines 2629 to 2631 in a5535df
Maybe these items are related, you can customize and enable these options for compilation. If the test is normal, you can submit your modified config for merging. |
Is there a test CI? Do I need to run on my device to test? |
https://github.com/ophub/amlogic-s9xxx-armbian/tree/main/compile-kernel Custom option test |
I don't see anything related to "custom option" or "test" in the compile-kernel doc Could you please give me a detailed instruction? For example, the specific argument name. |
Compilatoin completed, see https://github.com/BrandonStudio-CITest/amlogic-s9xxx-armbian/actions/runs/15181379238/job/42691363043 |
Workflow had completed successfully, see https://github.com/BrandonStudio-CITest/amlogic-s9xxx-armbian/actions/runs/15181379238/job/42704923149
The compilation had succeeded even in the first attempt. It just failed when creating release |
See the document I sent you to solve the problem of failure |
I think I know what you mean now ❯ depmod -a
❯ modprobe target_core_iblock
❯ targetcli
targetcli shell version 2.1.53
Copyright 2011-2013 by Datera, Inc and others.
For help on commands, type 'help'.
/backstores/fileio> /backstores/block create name=archive dev=/dev/disk/by-label/Archive
Created block storage object archive using /dev/disk/by-label/Archive. ❯ lsmod | grep target_core
target_core_iblock 24576 2
target_core_mod 307200 6 target_core_iblock,iscsi_target_mod I'm still not sure whether |
It can be used normally without adding |
Uh oh!
There was an error while loading. Please reload this page.
Device Information | 设备信息
Armbian Version | 系统版本
Describe the bug | 问题描述
Missing target_core_iblock module
How could I compile it?
The text was updated successfully, but these errors were encountered: