Re: SharedFS deployed up and running but not functioning

2025-06-23 Thread Levin Ng
virt-scsi as disk controller? > > > > > > Thanks, > > > Abhisar > > > > > > > > > > > > > > > From: Levin Ng > > > Date: Sunday, 22 June 2025 at 1:39 PM > > > To: users@cloudstack.apache.org , > > > u

Re: SharedFS deployed up and running but not functioning

2025-06-23 Thread Chi vediamo
t;> Thanks, >> Abhisar >> >> >> >> >> From: Levin Ng >> Date: Sunday, 22 June 2025 at 1:39 PM >> To: users@cloudstack.apache.org , >> users@cloudstack.apache.org >> Subject: Re: SharedFS deployed up and running but not functioning

Re: SharedFS deployed up and running but not functioning

2025-06-23 Thread Abhisar Sinha
@cloudstack.apache.org Subject: Re: SharedFS deployed up and running but not functioning Hi Abhisar, I just created a PR for this https://github.com/apache/cloudstack/pull/11070 Regards, Levin On 22 Jun 2025 at 09:37 +0800, Abhisar Sinha , wrote: > Hi Levin, > > Is ‘showmount -e showing

Re: SharedFS deployed up and running but not functioning

2025-06-23 Thread Levin Ng
haredFS) to use virt-scsi as disk controller? > > Thanks, > Abhisar > > > > > From: Levin Ng > Date: Sunday, 22 June 2025 at 1:39 PM > To: users@cloudstack.apache.org , > users@cloudstack.apache.org > Subject: Re: SharedFS deployed up and running but not fu

Re: SharedFS deployed up and running but not functioning

2025-06-22 Thread Abhisar Sinha
Hi Levin, Is ‘showmount -e showing anything? What kind of network is it? You will see the SharedFS instance in the Instance List (It will be named ‘sharedfs--..’). You can click on View Console on the Instance to login into SharedFS with root:password. Regards, Abhisar From: Levin Ng Dat

Re: SharedFS deployed up and running but not functioning

2025-06-22 Thread Levin Ng
Hi Abhisar, I just created a PR for this https://github.com/apache/cloudstack/pull/11070 Regards, Levin On 22 Jun 2025 at 09:37 +0800, Abhisar Sinha , wrote: > Hi Levin, > > Is ‘showmount -e showing anything? > What kind of network is it? > You will see the SharedFS instance in the Instance Lis

Re: SharedFS deployed up and running but not functioning

2025-06-21 Thread Levin Ng
Hi Abhisar, Thanks for your hint, I think I narrowed down the problem, the cloud-config.txt use a detection of $HYPERVISOR == kvm mutually chose BLOCK_DEVICE=vdb as the data device, but all my template use virt-scsi as disk controller, therefore it is sdb, do you know any other way to workaroun