Additional Scaleset to cluster nodes not appearing
up vote
0
down vote
favorite
I have a SF cluster with VMSS and 5 node instances on size StandardA2m_V2, but the disk storage on these vm's are running out of space causing upgrades to fail. I have then added an additional scaleset using size Standard_D2_v3. Can these new 5 vms be used in the cluster?
I have tried the following.
On the new scaleset I changed the NodeTypeRef to use the same name as the primary node cluster.
I followed this guide to add new scaleset and changed the nodeTypeRef to point to the primary node type.
https://docs.microsoft.com/en-us/azure/service-fabric/virtual-machine-scale-set-scale-node-type-scale-out
However when I run the PowerShell script it adds the new scaleset but the new additional nodes don’t appear in the cluster.
Do I need to make a change somewhere in the cluster json template to make it show the 5 additional nodes from the new scaleset?
azure-service-fabric azure-powershell azure-vm-scale-set
add a comment |
up vote
0
down vote
favorite
I have a SF cluster with VMSS and 5 node instances on size StandardA2m_V2, but the disk storage on these vm's are running out of space causing upgrades to fail. I have then added an additional scaleset using size Standard_D2_v3. Can these new 5 vms be used in the cluster?
I have tried the following.
On the new scaleset I changed the NodeTypeRef to use the same name as the primary node cluster.
I followed this guide to add new scaleset and changed the nodeTypeRef to point to the primary node type.
https://docs.microsoft.com/en-us/azure/service-fabric/virtual-machine-scale-set-scale-node-type-scale-out
However when I run the PowerShell script it adds the new scaleset but the new additional nodes don’t appear in the cluster.
Do I need to make a change somewhere in the cluster json template to make it show the 5 additional nodes from the new scaleset?
azure-service-fabric azure-powershell azure-vm-scale-set
Did you see this? stackoverflow.com/a/45225065/5946937
– LoekD
yesterday
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a SF cluster with VMSS and 5 node instances on size StandardA2m_V2, but the disk storage on these vm's are running out of space causing upgrades to fail. I have then added an additional scaleset using size Standard_D2_v3. Can these new 5 vms be used in the cluster?
I have tried the following.
On the new scaleset I changed the NodeTypeRef to use the same name as the primary node cluster.
I followed this guide to add new scaleset and changed the nodeTypeRef to point to the primary node type.
https://docs.microsoft.com/en-us/azure/service-fabric/virtual-machine-scale-set-scale-node-type-scale-out
However when I run the PowerShell script it adds the new scaleset but the new additional nodes don’t appear in the cluster.
Do I need to make a change somewhere in the cluster json template to make it show the 5 additional nodes from the new scaleset?
azure-service-fabric azure-powershell azure-vm-scale-set
I have a SF cluster with VMSS and 5 node instances on size StandardA2m_V2, but the disk storage on these vm's are running out of space causing upgrades to fail. I have then added an additional scaleset using size Standard_D2_v3. Can these new 5 vms be used in the cluster?
I have tried the following.
On the new scaleset I changed the NodeTypeRef to use the same name as the primary node cluster.
I followed this guide to add new scaleset and changed the nodeTypeRef to point to the primary node type.
https://docs.microsoft.com/en-us/azure/service-fabric/virtual-machine-scale-set-scale-node-type-scale-out
However when I run the PowerShell script it adds the new scaleset but the new additional nodes don’t appear in the cluster.
Do I need to make a change somewhere in the cluster json template to make it show the 5 additional nodes from the new scaleset?
azure-service-fabric azure-powershell azure-vm-scale-set
azure-service-fabric azure-powershell azure-vm-scale-set
edited yesterday
Karishma Tiwari - MSFT
47619
47619
asked 2 days ago
Inkey
88482857
88482857
Did you see this? stackoverflow.com/a/45225065/5946937
– LoekD
yesterday
add a comment |
Did you see this? stackoverflow.com/a/45225065/5946937
– LoekD
yesterday
Did you see this? stackoverflow.com/a/45225065/5946937
– LoekD
yesterday
Did you see this? stackoverflow.com/a/45225065/5946937
– LoekD
yesterday
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53204256%2fadditional-scaleset-to-cluster-nodes-not-appearing%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Did you see this? stackoverflow.com/a/45225065/5946937
– LoekD
yesterday