How to recreate a deleted tbe when the tbc still exists
- Views:
- 74
- Visibility:
- Public
- Votes:
- 0
- Category:
- astra_trident
- Specialty:
- cloud
- Last Updated:
- 2/21/2025, 8:52:51 PM
Applies to
Description
k8s-1:~# kubectl get tbc -n trident -o wide
NAME BACKEND NAME BACKEND UUID PHASE STATUS STORAGE DRIVER DELETION POLICY
t-backend t-backend a1ede7ba-abf8-46c5-b385-a60763fb0d9d Lost Failed ontap-nas-economy delete
k8s-1:~# kubectl get tbe -n trident -o wide
NAME BACKEND BACKEND UUID
k8s-1:~# tridentctl get backends -n trident
+----------------+-------------------+--------------------------------------+--------+------------+---------+
| NAME | STORAGE DRIVER | UUID | STATE | USER-STATE | VOLUMES |
+----------------+-------------------+--------------------------------------+--------+------------+---------+
| t-backend | ontap-nas-economy | a1ede7ba-abf8-46c5-b385-a60763fb0d9d | online | normal | 2 |
+----------------+-------------------+--------------------------------------+--------+------------+---------+