Community
 
 
 

CloudPlatform 3.x

343フォロワー
 
Avatar
Pankaj Paliwal

2GB SecondaryStorage total size

Avatar

2GB SecondaryStorage total size

Hello,

On a CloudPlatform 3.0.6, no patches, I have an advanced zone where I need to use as secondary storage a NFS share published from a Windows 2012 machine through NFS File Share services.

The NFS share is on a disk with 2.8TB total and 2.7TB available free space, however CloudPlatfom reports only 2GB total size. If I directly mount the same Windows NFS share to the management server or directly to the XenServer, df -h command reports correctly total and available space of 2.7TB. Because of the 2GB limit, CloudPlatform can't load any template.

How can I make CloudPlatform to correctly see all available space?

Environment:
- CloudPlatform 3.0.6 base
- Hypervisor: XenServer 6.1, hotfixes up to 026
- Management and Mysql servers: CentOS 6.4
- NFS Shares: on Windows Server 2012 Standard

Thanks,
Corneliu


Corneliu Popescu MEMBERS
5件のコメント
0

サインインしてコメントを残してください。

 
 

Previous 5件のコメント

Avatar
Pankaj Paliwal
Avatar

2GB SecondaryStorage total size

Hi, make sure the share is granting access to all IPs in the pod IP range. It sounds like the SSVM may be failing to mount the share. You can confirm by SSHing to the SSVM to see if the share is actually mounted. From the CLI of the XenServer host running the SSVM (s-#-VM), SSH to the link-local IP of the SSVM:

{code}ssh -i /root/.ssh/id_rsa.cloud -p 3922 169.254.#.#{code}

Best regards,

{color:#555555}Kirk Kosinski{color}
{color:#999999}MCSA: 2003, MCITP: EA / VA / EDA7, VCP 4 / 5, CCA{color}


Kirk Kosinski CITRIX EMPLOYEES
コメントアクション パーマリンク
Avatar
Pankaj Paliwal
Avatar

Hi,
Indeed, the share do not get mounted into SSVM. The IP belongs to the pod range. If I try to mount it manually it gives the following error:
mount.nfs: mount system call failed

Maybe it's worth noting that primary storage configured as another NFS share, in exactly the same way from same Windows 2012 machine, is working fine.

Regards,
Corneliu


Corneliu Popescu MEMBERS
コメントアクション パーマリンク
Avatar
Erik Godin

Checking whether or not the ssvm has network access to the secondary storage (i.e.: can it ping the secondary storage) would be a start.


コメントアクション パーマリンク
Avatar
Pankaj Paliwal
Avatar

Connectivity is ok

Thanks,
Corneliu


Corneliu Popescu MEMBERS
コメントアクション パーマリンク
Avatar
Erik Godin

Two things come to mind:

1. you might want to check the global configuration for "secstorage.allowed.internal.sites". Search this site for that parm name, you'll find more details.

2. if the above didn't help, the next step I'd take would be to look at /var/log/messages on the SSVM and at the event viewer on the Win2k12 server.

HTH

Erik


コメントアクション パーマリンク

Top Contributors