rohityadavcloud commented on PR #9451:
URL: https://github.com/apache/cloudstack/pull/9451#issuecomment-2265218556

   Tested NFS, CephFS & samba, works when configuration is correctly 
configured; for example;
   
   ```
   mysql> select * from backup_repository\G;
   *************************** 1. row ***************************
               id: 1
             uuid: d3b911d4-50a6-11ef-bc8b-525400f93984
             name: NFS-backup
          zone_id: 1
         provider: nas
             type: nfs
          address: 172.20.0.1:/export/testing/qa1-cs420-kvm-1cdf7971-kvm/backup
       mount_opts:
       used_bytes: NULL
   capacity_bytes: NULL
          created: 2024-08-02 08:11:31
          removed: NULL
   *************************** 2. row ***************************
               id: 2
             uuid: 09c2efd1-50c4-11ef-bc8b-525400f93984
             name: Ceph-backup
          zone_id: 1
         provider: nas
             type: ceph
          address: 10.10.1.10,10.10.1.11,10.10.1.12:/backup
       mount_opts: name=rohit,secret=XXXX==
       used_bytes: NULL
   capacity_bytes: NULL
          created: 2024-08-02 11:40:37
          removed: NULL
   *************************** 3. row ***************************
               id: 3
             uuid: 876b1da4-50c6-11ef-bc8b-525400f93984
             name: Samba-backup
          zone_id: 1
         provider: nas
             type: cifs
          address: //192.168.1.10/backup
       mount_opts: vers=3.0,username=rohit,password=XXXX
       used_bytes: NULL
   capacity_bytes: NULL
          created: 2024-08-02 11:58:27
          removed: NULL
   3 rows in set (0.00 sec)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to