Member since
02-07-2022
258
Posts
61
Kudos Received
36
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 314 | 10-18-2025 09:09 PM | |
| 311 | 10-02-2025 02:18 AM | |
| 345 | 10-01-2025 05:22 AM | |
| 1688 | 07-30-2025 09:33 PM | |
| 632 | 07-15-2025 07:28 PM |
04-22-2024
11:25 PM
2 Kudos
Thanks @Hae for your reply. Yes that is not supported thank you
... View more
04-22-2024
09:42 PM
2 Kudos
Hello @Hae In general, RHEL 8.4 is not supported with ECS 1.5.3
... View more
04-22-2024
09:35 PM
1 Kudo
Hello @Hae Thank you for reaching out Can you please confirm what exact version are you looking to install, I will check on those and will confirm you regarding the support
... View more
04-22-2024
09:33 PM
2 Kudos
Hello @Hae Glad to know that the issue is fixed For me, the log file is present below # pwd
/var/lib/kubelet/pods/c2fa4324-b324-40c5-97a6-e55bd7fa1a65/volumes/kubernetes.io~csi/pvc-697a0f20-499f-4896-b6e9-a5e87435db9b/mount
[CDP-DS Tue Apr 23 04:32:08 UTC root@pvc-ds-readiness05.novalocal [/var/lib/kubelet/pods/c2fa4324-b324-40c5-97a6-e55bd7fa1a65/volumes/kubernetes.io~csi/pvc-697a0f20-499f-4896-b6e9-a5e87435db9b/mount]
# ls -lrth
total 99M
drwxrws---. 2 root 28536 16K Mar 12 09:08 lost+found
-rw-rw-r--. 1 28536 28536 0 Mar 12 09:08 LOCK
-rw-rw-r--. 1 28536 28536 37 Mar 12 09:08 IDENTITY
-rw-rw-r--. 1 28536 28536 11M Apr 3 10:38 LOG.old.1712143774120001
-rw-rw-r--. 1 28536 28536 482K Apr 4 07:59 LOG.old.1712218718445033
-rw-rw-r--. 1 28536 28536 5.9M Apr 15 06:18 LOG.old.1713163409204237
-rw-rw-r--. 1 28536 28536 40K Apr 15 07:43 LOG.old.1713167051095602
-rw-rw-r--. 1 28536 28536 4.7K Apr 15 07:44 OPTIONS-000017
-rw-rw-r--. 1 28536 28536 2.4M Apr 15 07:44 000018.sst
-rw-rw-r--. 1 28536 28536 559K Apr 16 05:44 LOG.old.1713246769612940
-rw-rw-r--. 1 28536 28536 4.8K Apr 16 05:52 000020.sst
-rw-rw-r--. 1 28536 28536 185 Apr 16 05:52 MANIFEST-000021
-rw-rw-r--. 1 28536 28536 16 Apr 16 05:52 CURRENT
-rw-rw-r--. 1 28536 28536 4.7K Apr 16 05:52 OPTIONS-000024
-rw-rw-r--. 1 28536 28536 2.0K Apr 16 07:20 000022.log
-rw-rw-r--. 1 28536 28536 4.1M Apr 23 04:22 LOG
... View more
04-22-2024
10:01 AM
1 Kudo
Hello @Hae Appolgies for the delay as I was unavailable for some time Let's check the volume logs on the cdppvc2 node under the below location # /var/log/instances/pvc-33f9624d-4d90-48fa-8469-02a104df1d10.log
... View more
04-22-2024
08:50 AM
1 Kudo
Hello @steinsgate Thank you for reaching out on this You can refer to the below RedHat link to know more about how tuned works on OS. You can check from the below document how different classes work https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/monitoring_and_managing_system_status_and_performance/getting-started-with-tuned_monitoring-and-managing-system-status-and-performance You can set the particular workloads from the available ones using tuned. Also tuned is providing a set of guidelines. You still need to do testing for your particular workloads to validate that the performance curve is acceptable.
... View more
04-12-2024
10:58 AM
Hello, Based on the error mentioned in the stack trace and the above output it seems that the vault itself is deleted somehow. Do you see vault pods present there? ++ kubectl exec vault-0 -n vault-system -- vault operator init -tls-skip-verify -key-shares=1 -key-threshold=1 -format=json
error: unable to upgrade connection: container not found ("vault")
++ '[' 610 -gt 600 ']'
... View more
04-12-2024
12:17 AM
1 Kudo
Hello, Thank you for the update What about pods in other namespaces are they running fine, especially in cdp namespace and kube-system namespace? Is the DB pod running fine You might need to check kubelet logs to know more about the problem
... View more
04-11-2024
11:26 PM
2 Kudos
Hello @Hae You might need to check the status of longhorn pods and see why they are failing and need to fix them # kubectl -n longhorn-system get pods Then you will need to describe the pods which are failing that would help us know why they are failing
... View more
04-11-2024
11:17 PM
2 Kudos
Hello @Hae Thank you for reaching out From the below error, it seems that there could be some issue with the volume Warning FailedAttachVolume 108s attachdetach-controller AttachVolume.Attach failed for volume "pvc-33f9624d-4d90-48fa-8469-02a104df1d10" : rpc error: code = DeadlineExceeded desc = volume pvc-33f9624d-4d90-48fa-8469-02a104df1d10 failed to attach to node cdppvc2.hadoop.com with Can you please check the status of the above volume from Longhorn UI? Is that volume in good health or bad health?
... View more