Git Product home page Git Product logo

fedora-saio's Introduction

fedora-saio

Swift All In One on Fedora(Vagrant libvirt provider)

Deployment screencast: https://asciinema.org/a/94335

Install dependencies

# Install vagrant-libvirt dependency packages
$ sudo dnf install @vagrant
$ sudo dnf install vagrant-libvirt

# Make sure you enable libvirt daemon
$ sudo systemctl enable libvirtd
$ sudo systemctl start libvirtd

# Make sure you enable virtlogd daemon
$ sudo systemctl enable virtlogd
$ sudo systemctl start virtlogd

Add user to libvirt group

$ sudo usermod -G libvirt -a <USERNAME>

Provision

  • Start domain
vagrant up
  • SSH to fedoraSaio domain
    vagrant ssh
        

Start swift

  • Initialize swift object, container & account server
sudo swift-init main start
  • Start other server namely updater, replication, auditor
sudo swift-init rest start;

Swift proxy server should be running at 192.168.11.33:8080

Dispersion report

  • In order to dispersion report, run
swift-dispersion-populate
  • Sample output
$ swift-dispersion-report
Using storage policy: gold
Queried 10 containers for dispersion reporting, 0s, 0 retries
100.00% of container copies found (50 of 50)
Sample represents 0.98% of the container partition space
Queried 10 objects for dispersion reporting, 0s, 0 retries
There were 10 partitions missing 0 copies.
100.00% of object copies found (30 of 30)
Sample represents 0.98% of the object partition space

Troubleshooting

  • You may need to change :adapter value in Vagrantfile

Reference

Multi-cluster

  • Both swift proxy services and memcached services should be running on proxy server node

fedora-saio's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

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.