Giter Site home page Giter Site logo

Service Fabric 6.4 : How to achieve Support for Service Fabric Reliable Volumes that provide high availability through built-in replication? about service-fabric-mesh HOT 6 CLOSED

azure-samples avatar azure-samples commented on August 14, 2024
Service Fabric 6.4 : How to achieve Support for Service Fabric Reliable Volumes that provide high availability through built-in replication?

from service-fabric-mesh.

Comments (6)

ashishnegi avatar ashishnegi commented on August 14, 2024

@sansindia85 Here are the required volume changes : windows and Linux

Important point is creationParameters :

"creationParameters": {
                        "kind": "ServiceFabricVolumeDisk",
                        "sizeDisk": "Small"
                      },

sizeDisk can be Small ( 32GB), Medium (64GB), Large (128GB).

Let me get back to you with changes in resource yaml files.

from service-fabric-mesh.

ashishnegi avatar ashishnegi commented on August 14, 2024

@sansindia85 I have opened PR for samples at #67 . You can take the changes from here.

from service-fabric-mesh.

sansindia85 avatar sansindia85 commented on August 14, 2024

Hi Ashish,

I downloaded your changes
https://github.com/Azure-Samples/service-fabric-mesh/tree/6d54b028bc73ae4e5f57c6fa1af753bbae957e75

Can you please create a working sln which will point to counterSFVolume and counterService?
Based on my understanding, I made changes in app.yaml and volume.yaml. I greeted with the error as mentioned in screenshot.

capture

from service-fabric-mesh.

ashishnegi avatar ashishnegi commented on August 14, 2024

@sansindia85 I am in the process of creating a Visual Studio solution for sf reliable volume.
To get you unblocked, with any mesh sample app, you need to add volume inline to your service like here
There is no other changes required.

Files written by the container on the destinationPath will be available after failover.

You can't use volume.yaml separately as sf reliable volume is tied to the service. It can't exist independently.

from service-fabric-mesh.

ashishnegi avatar ashishnegi commented on August 14, 2024

@sansindia85 I have updated the PR #67 with counter.sln for sfvolume.
You can try the changes in repo : https://github.com/ashishnegi/service-fabric-mesh/tree/sfrv_yaml

git clone https://github.com/ashishnegi/service-fabric-mesh
cd service-fabric-mesh
git fetch origin sfrv_yaml
git checkout -b sfrv_yaml origin/sfrv_yaml
cd src\counter\src\sfvolume
counter.sln # open in VS, build and publish to cloud.

Let me know if you face any issues.

from service-fabric-mesh.

raunakpandya avatar raunakpandya commented on August 14, 2024

Closing the issue. Please revert if you are still facing the issue.

from service-fabric-mesh.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.