[
https://issues.apache.org/jira/browse/CLOUDSTACK-9252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15130599#comment-15130599
]
ASF GitHub Bot commented on CLOUDSTACK-9252:
--------------------------------------------
Github user rafaelweingartner commented on the pull request:
https://github.com/apache/cloudstack/pull/1361#issuecomment-179310061
@nvazquez, if you have any doubt in some of the spring modules, just shoot
me an email (If I have the knowledge I will not hesitate to help you).
Now I see why you declared the bean in the XML file. If that was the case,
then we can try to find a better place for it. If we are going to declare the
bean in an XML file, you can also remove the @Component annotation from it.
Looking at the ACS structure, I believe that one of the best places to put
this bean would be the “spring-engine-storage-core-context”, instead of
“spring-engine-storage-image-core-context”. I find it better to make the bean
you created available to every project/plugin-in that works with storage.
I will be waiting to see the result from your test with a VMware
environment.
> Support configurable NFS version for Secondary Storage mounts
> -------------------------------------------------------------
>
> Key: CLOUDSTACK-9252
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9252
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: VMware
> Reporter: Nicolas Vazquez
>
> After starting secondary storage VM, secondary storage tries to be mounted
> but fails with error: {{Protocol family not supported}}
> It was found out that adding {{-o vers=X}} to mount command it would work,
> where {{X}} is the desired NFS version to use.
> If it is desired to mount a store with a specific NFS version, it has passed
> in {{image_store_details}} table for a store with id {{Y}} as a property:
> ||store_id||||name||value||
> |Y|nfs.version|X|
> Where X stands for NFS version
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)