-
Notifications
You must be signed in to change notification settings - Fork 3
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
Error on backend creation with tridentctl
using qnap-iscsi
storage driver
#7
Comments
@4rkDev Are you using a virtual switch on your QNAP NAS? I'm seeing issues with that and cannot get version 1.2.0 to work properly when using a virtual switch. When uninstalling Virtualization Station and removing the virtual switch, my problems disappear. (Haven't filed an issue ticket yet). |
@pkerwien thank you for the information. I had the virtual switch enabled on my QNAP NAS. Following your suggestion, I've disabled it, but unfortunately, I am still facing the same error. I appreciate any other ideas or suggestions you might have. |
@4rkDev I will make more experiements later today. I'm using the trident CRDs and no longer run tridentctl, so I don't know if that could be related. It shouldn't. They are both just creating the necessary configuration in k8s. But I haven't tried tridentctl. I will also see what happens if I have a working system without a virtual switch, add it and see what happens when it is removed. Which QNAP firmware are you using? |
I've also tried directly with the yaml and it doesn't work for me either; I get the same error. I have been able to verify that the errors that the trident controller was giving since I deleted the virtual switch have disappeared. I am getting this error, which is the same one I got from the tridentctl, here something more verbose:
I am using the firmware version QuTS hero h5.1.5.2680. |
@4rkDev Unfortunately QuTS hero doesn't work and is not supported. But it would be really great if QNAP could add QuTS hero support as well. @JimmyTanMPM Any plans to support QuTS hero in future releases? |
Support for QuTS hero is currently under development. |
+1 for QuTS hero support. |
We are pleased to inform you that QNAP CSI Plugin v1.3.0 has been released today. We appreciate your continued support. |
Thank you very much for the update! I'm glad to hear that version 1.3.0 of the QNAP CSI Plugin now supports QuTS hero. I really appreciate the hard work and effort from the team to include this feature. I will test it next week and provide feedback on how it goes. |
I have made some quick initial testing using QuTS hero h5.2.0.2860 and RKE2 v1.28.12. Created an nginx pod with a PVC. Everything works so far without issues. I will continue later and test snapshots and other features. |
hi, @kgh02017 I need more information to identify the issue, It will be helpful if you can provide your network adapters and backend config. |
(1) QuTS hero h5.2.0.2860
|
It should be work, can you do the following steps to make sure the ip is accessible? (In NAS) (In Cluster) btw, the error message is the same as "login failed", right? please double check the ip, user and password, thx. |
Should I create a LUN in advance ?
$ sudo iscsiadm -m discovery -t st -p xx,xx,xx,xx
$ sudo iscsiadm -m node -T iqn.2004-04.com.qnap:ts-473a:iscsi.target-ocp -p xx.xx.xx.xx --login Where to pass uid/password ? |
$ ./tridentctl create backend -f backend-qnap-ts473a.json -n trident |
Try to deactivate: |
I tried to do, but no luck. |
Error on backend creation with
tridentctl
usingqnap-iscsi
storage driverIssue Overview
When attempting to create a backend using the
tridentctl
command, I encounter an error that suggests a login failure with theqnap-iscsi
storage driver. The command used and the error received are as follows:Command
Error Message
Backend Configuration File (
backend.json
)Steps to Reproduce
192.168.150.1
.tridentctl
command as shown above.Expected Behavior
The backend should be created successfully without any errors.
Actual Behavior
The command fails indicating a login failure with the storage system.
The text was updated successfully, but these errors were encountered: