Slashdot Mirror


CoreOS Launches Torus, a New Open Source Distributed Storage System (infoworld.com)

CoreOS on Wednesday launched Torus, an open source project that provides storage primitives designed for cloud-native apps and can be deployed like a containerized app via Kubernetes. With Torus, startups and enterprises get access to the same kind of technologies that web-scale companies such as Google already use internally. NetworkWorld reports: Torus is deployed by Kubernetes, side by side with the apps to which it provides storage, and it uses Kubernetes's Flexvolume plugin to allow dynamic mounting of volumes for nodes in the cluster. This allows, for example, PostgreSQL to run atop Torus storage volumes. Torus also demonstrates how CoreOS is working on what happens around containers, not only what happens inside them. A key part of Torus is etcd, a distributed key/value store used by CoreOS to automatically keep configuration data consistent across all machines in a cluster. In Torus, etcd is used to store and replicate metadata for all the files and objects stored in the pool.

14 of 26 comments (clear)

  1. Re:I have no idea what this is. by WarJolt · · Score: 3, Informative

    My understanding is it's basically an open source way of creating something like a file system without any bottlenecks, so thousands of containers can use it all at the same time.

  2. Re:Ceph? by Joe_Dragon · · Score: 1

    CEPH is cool when will VMware be able to use it with out an iscsi bridge

  3. Only missed CoreOS Fest by this much . by Hadlock · · Score: 1

    No word at all about this at CoreOS Fest just a few weeks earlier?
     
    It was very interesting that all their vendors and tech demos were based on Kubernetes, rather than CoreOS-developed Fleet, actually there was a single Fleet based demo, by the NginX guys, but they seems pretty aware that they were demoing their product with a depreciated system.

    --
    moox. for a new generation.
  4. Caveat Emptor: it's all written in Go and Shell by Gravis+Zero · · Score: 3, Interesting

    I took a quick look at CoreOS and all it's companion software noticed that everything the but the lowest level stuff was written entirely in Go and Shell... and LOTS of it. While Shell will live on, no guarantees that Go won't be unsupported in a few years. This really looks like another unmaintainable mess.

    --
    Anons need not reply. Questions end with a question mark.
    1. Re:Caveat Emptor: it's all written in Go and Shell by LWATCDR · · Score: 1

      I guess you don't know that bash is not the only shell or that their have been other shell scripting languages in the past that are no not used often?
      https://en.wikipedia.org/wiki/...

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    2. Re:Caveat Emptor: it's all written in Go and Shell by Gravis+Zero · · Score: 1

      and i guess you don't know that Shell is a UNIX standard.

      --
      Anons need not reply. Questions end with a question mark.
    3. Re:Caveat Emptor: it's all written in Go and Shell by h4ck7h3p14n37 · · Score: 1
      I would encourage you to read this article, Go at Google: Language Design in the Service of Software Engineering.]

      Go is a programming language designed by Google to help solve Google's problems, and Google has big problems.

      I suppose Google could abandon the language, but if they developed it to specifically address problems they were having, then I would expect it to be around for some time.

  5. Re: Ceph? by Anonymous Coward · · Score: 1

    Proxmox uses ceph natively.

  6. Really? by Anonymous Coward · · Score: 1

    Did you just seriously use the term "web scale"?

  7. Re: Caveat Emptor: it's all written in Go and Shel by untoreh+ · · Score: 3, Informative

    Their main competitor, docker, is also written in go. What you are suggesting is very unlikely.

  8. Re: Caveat Emptor: it's all written in Go and Shel by Anonymous Coward · · Score: 1

    Perl us undead and cannot be killed by mortal weapons

  9. Re: Caveat Emptor: it's all written in Go and Shel by K.+S.+Kyosuke · · Score: 1

    Actually, there was this argument recently that not most, but all tools in this class of software are being written in Go nowadays. I can't seem to find the link, though. Someone on Twitter was surprised about having found it out. (Is there even any other example of something similar? I can only think of most OS kernels being written in C.)

    --
    Ezekiel 23:20
  10. Re: I have no idea what this is. by Junta · · Score: 1

    I will concur. There have been very good and very useless releases, and we get the marketing view which unfortunately confuses things. Buzzwords are prioritized over the actual thing. For example, there's a lot of talk about containers and postgresql, but it's not clear that there's really good reason to call those technologies out as intrinsically related. I say that but it's clear that the postgresql is completely unrelated, just an example of using it.

    --
    XML is like violence. If it doesn't solve the problem, use more.
  11. Naming confusion by fibonacci8 · · Score: 1

    Police departments around the globe showed immense interest in this product until they discovered that it doesn't actually have anything to with doughnuts.

    --
    Inheritance is the sincerest form of nepotism.