ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Someone doesn't like local storage for large amounts of data

    IT Discussion
    xenorchestra xo storage
    7
    65
    7.8k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller @Dashrender
      last edited by

      @Dashrender said in Someone doesn't like local storage for large amounts of data:

      @scottalanmiller said in Someone doesn't like local storage for large amounts of data:

      @Dashrender said in Someone doesn't like local storage for large amounts of data:

      @scottalanmiller said in Someone doesn't like local storage for large amounts of data:

      @FATeknollogee said in Someone doesn't like local storage for large amounts of data:

      @scottalanmiller said in Someone doesn't like local storage for large amounts of data:

      @olivier said in Someone doesn't like local storage for large amounts of data:

      The thing, initially, was about having VMs with large VDIs. Which is for me not a good practice.

      But if you need to store a large amount of data, it's better to connect to a remote file share in the VM and keep small system disks (excepts for db/web usage, which are not huge in general).

      That's all.

      edit: is it more clear now?

      Let's see if I reword it correctly....

      If your VM needs a lot of file storage.... then it is better to mount that from a file server rather than keeping it in the original VM?

      Ok, I get that, but this goes against the "new fangled" HCI (call it what you want) use of local "attached" storage?

      It doesn't not really. That's what caught @Dashrender it's more two things...

      • Split up workloads to keep size down of individual loads
      • Resort to raw storage when containerized storage gets too large and the above cannot be actioned

      what does resort to raw storage mean?

      Use direct access to the storage rather than a VDI. The size of the VDI is the concern.

      So Xen as an example, you can use a raw LVM partition for a VM rather than VDI file. This fixes the large VDI problem.

      A typical setup would be to have one smaller VDI, say 20GB, for the OS and then a raw partition, say 30TB, for the files.

      How does this make the situation any better? It still takes hours to migrate that data from one host to another. Does being raw somehow enable faster access to that data?

      Technically faster, but that's not the reason. Stability is the driver here.

      1 Reply Last reply Reply Quote 0
      • DashrenderD
        Dashrender @Dashrender
        last edited by

        This whole topic came up under the discussion about Continuous Replication.

        Dustin wants to replicate his VMs from his primary to a secondary. His main VM is a filer it has many (like 4-7 large - 500 GB+ ) volumes.

        From what I can tell that @olivier was suggesting that the 'data' of this server should be elsewhere, not on the VM host. Of course the data could be on a SAN/NAS/Other VM host, whatever, but @olivier was suggesting that it shouldn't be on the XS in question because it would be to big and slow. OK fine - but Dustin still wants to protect his data, and make it have very small downtime windows. So, if Dustin puts the data portion on another XS box - Dustin would still need/want to CR that host to another host allowing him to spin up that data very quickly in the case of a failure.

        So in the stated above case, what benefit is there in putting the data any place else other than on the VM - because no matter what, Dustin wants the full data in two places (live and near live).

        Does this make sense?

        stacksofplatesS 1 Reply Last reply Reply Quote 0
        • FATeknollogeeF
          FATeknollogee @scottalanmiller
          last edited by

          @scottalanmiller said in Someone doesn't like local storage for large amounts of data:

          @FATeknollogee said in Someone doesn't like local storage for large amounts of data:

          Isn't this 2016 or did I read my calendar wrong?

          Are you surprised that enormous files are a problem?

          No, I am not surprised at the file size, I'm a 'lil baffled that you want to use a raw partition

          scottalanmillerS 1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller @FATeknollogee
            last edited by

            @FATeknollogee said in Someone doesn't like local storage for large amounts of data:

            @scottalanmiller said in Someone doesn't like local storage for large amounts of data:

            @FATeknollogee said in Someone doesn't like local storage for large amounts of data:

            Isn't this 2016 or did I read my calendar wrong?

            Are you surprised that enormous files are a problem?

            No, I am not surprised at the file size, I'm a 'lil baffled that you want to use a raw partition

            But aren't the two things one and the same? If you have a limitation on file sizes, raw is the only other option.

            FATeknollogeeF 1 Reply Last reply Reply Quote 1
            • FATeknollogeeF
              FATeknollogee @scottalanmiller
              last edited by

              @scottalanmiller Isn't that part of why we all virtualize so we don't have deal with raw?

              scottalanmillerS stacksofplatesS 2 Replies Last reply Reply Quote 0
              • stacksofplatesS
                stacksofplates @Dashrender
                last edited by

                @Dashrender

                Dustin would still need/want to CR that host to another host allowing him to spin up that data very quickly in the case of a failure.

                Use tools built for that. GFS2, Gluster, Ceph, Swift, Cinder, etc. The VM would remount after booting in the new host and the storage still fails over.

                scottalanmillerS 1 Reply Last reply Reply Quote 1
                • scottalanmillerS
                  scottalanmiller @FATeknollogee
                  last edited by

                  @FATeknollogee said in Someone doesn't like local storage for large amounts of data:

                  @scottalanmiller Isn't that part of why we all virtualize so we don't have deal with raw?

                  No, the idea of putting local storage into files is a post-virtualization concept.

                  1 Reply Last reply Reply Quote 0
                  • stacksofplatesS
                    stacksofplates @FATeknollogee
                    last edited by stacksofplates

                    @FATeknollogee said in Someone doesn't like local storage for large amounts of data:

                    @scottalanmiller Isn't that part of why we all virtualize so we don't have deal with raw?

                    You can still snapshot raw. Raw can be an image file or a volume or a full disk. Raw doesn't mean not virtualized.

                    scottalanmillerS J 2 Replies Last reply Reply Quote 1
                    • scottalanmillerS
                      scottalanmiller @stacksofplates
                      last edited by

                      @stacksofplates said in Someone doesn't like local storage for large amounts of data:

                      @Dashrender

                      Dustin would still need/want to CR that host to another host allowing him to spin up that data very quickly in the case of a failure.

                      Use tools built for that. GFS2, Gluster, Ceph, Swift, Cinder, etc. The VM would remount after booting in the new host and the storage still fails over.

                      Agreed. The problem that is being run into here is one of replication capacity and affects a NAS the same that affects a VM. So you solve both in the same way.

                      In a VM, you turn to Gluster, et al. In physical you turn to Exablox or similar.

                      stacksofplatesS 1 Reply Last reply Reply Quote 0
                      • scottalanmillerS
                        scottalanmiller @stacksofplates
                        last edited by

                        @stacksofplates said in Someone doesn't like local storage for large amounts of data:

                        @FATeknollogee said in Someone doesn't like local storage for large amounts of data:

                        @scottalanmiller Isn't that part of why we all virtualize so we don't have deal with raw?

                        You can still snapshot raw. Raw can be an image file or a volume or a full disk. Raw doesn't mean not virtualized.

                        ANd we did, a lot, prior to virtualizing.

                        stacksofplatesS 1 Reply Last reply Reply Quote 0
                        • stacksofplatesS
                          stacksofplates @scottalanmiller
                          last edited by

                          @scottalanmiller said in Someone doesn't like local storage for large amounts of data:

                          @stacksofplates said in Someone doesn't like local storage for large amounts of data:

                          @FATeknollogee said in Someone doesn't like local storage for large amounts of data:

                          @scottalanmiller Isn't that part of why we all virtualize so we don't have deal with raw?

                          You can still snapshot raw. Raw can be an image file or a volume or a full disk. Raw doesn't mean not virtualized.

                          ANd we did, a lot, prior to virtualizing.

                          Ya I still do for our workstations.

                          1 Reply Last reply Reply Quote 0
                          • stacksofplatesS
                            stacksofplates @scottalanmiller
                            last edited by

                            @scottalanmiller said in Someone doesn't like local storage for large amounts of data:

                            @stacksofplates said in Someone doesn't like local storage for large amounts of data:

                            @Dashrender

                            Dustin would still need/want to CR that host to another host allowing him to spin up that data very quickly in the case of a failure.

                            Use tools built for that. GFS2, Gluster, Ceph, Swift, Cinder, etc. The VM would remount after booting in the new host and the storage still fails over.

                            Agreed. The problem that is being run into here is one of replication capacity and affects a NAS the same that affects a VM. So you solve both in the same way.

                            In a VM, you turn to Gluster, et al. In physical you turn to Exablox or similar.

                            We have two Isilons coming. One is here and ready to be installed. Much easier than managing all of that myself.

                            Our guys can generate about 20TB a week between them all.

                            scottalanmillerS J 2 Replies Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller @stacksofplates
                              last edited by

                              @stacksofplates said in Someone doesn't like local storage for large amounts of data:

                              @scottalanmiller said in Someone doesn't like local storage for large amounts of data:

                              @stacksofplates said in Someone doesn't like local storage for large amounts of data:

                              @Dashrender

                              Dustin would still need/want to CR that host to another host allowing him to spin up that data very quickly in the case of a failure.

                              Use tools built for that. GFS2, Gluster, Ceph, Swift, Cinder, etc. The VM would remount after booting in the new host and the storage still fails over.

                              Agreed. The problem that is being run into here is one of replication capacity and affects a NAS the same that affects a VM. So you solve both in the same way.

                              In a VM, you turn to Gluster, et al. In physical you turn to Exablox or similar.

                              We have two Isilons coming. One is here and ready to be installed. Much easier than managing all of that myself.

                              Our guys can generate about 20TB a week between them all.

                              Looked at Isilon a bit a few weeks ago. Definitely nice gear there.

                              stacksofplatesS 1 Reply Last reply Reply Quote 1
                              • stacksofplatesS
                                stacksofplates @scottalanmiller
                                last edited by

                                @scottalanmiller said in Someone doesn't like local storage for large amounts of data:

                                @stacksofplates said in Someone doesn't like local storage for large amounts of data:

                                @scottalanmiller said in Someone doesn't like local storage for large amounts of data:

                                @stacksofplates said in Someone doesn't like local storage for large amounts of data:

                                @Dashrender

                                Dustin would still need/want to CR that host to another host allowing him to spin up that data very quickly in the case of a failure.

                                Use tools built for that. GFS2, Gluster, Ceph, Swift, Cinder, etc. The VM would remount after booting in the new host and the storage still fails over.

                                Agreed. The problem that is being run into here is one of replication capacity and affects a NAS the same that affects a VM. So you solve both in the same way.

                                In a VM, you turn to Gluster, et al. In physical you turn to Exablox or similar.

                                We have two Isilons coming. One is here and ready to be installed. Much easier than managing all of that myself.

                                Our guys can generate about 20TB a week between them all.

                                Looked at Isilon a bit a few weeks ago. Definitely nice gear there.

                                For the price it should be.

                                scottalanmillerS 1 Reply Last reply Reply Quote 0
                                • scottalanmillerS
                                  scottalanmiller @stacksofplates
                                  last edited by

                                  @stacksofplates Oh yeah, we didn't go with it, not cost effective at all. The price was a bit crazy.

                                  stacksofplatesS 1 Reply Last reply Reply Quote 0
                                  • stacksofplatesS
                                    stacksofplates @scottalanmiller
                                    last edited by stacksofplates

                                    @scottalanmiller said in Someone doesn't like local storage for large amounts of data:

                                    @stacksofplates Oh yeah, we didn't go with it, not cost effective at all. The price was a bit crazy.

                                    We shaved it down a bit by supplying our own rack, power cables, PDU, etc. They tried to throw all of that in the quote.

                                    Power cables at ~$60 a piece adds up.

                                    1 Reply Last reply Reply Quote 1
                                    • J
                                      Jason Banned @stacksofplates
                                      last edited by

                                      @stacksofplates said in Someone doesn't like local storage for large amounts of data:

                                      @scottalanmiller said in Someone doesn't like local storage for large amounts of data:

                                      @stacksofplates said in Someone doesn't like local storage for large amounts of data:

                                      @Dashrender

                                      Dustin would still need/want to CR that host to another host allowing him to spin up that data very quickly in the case of a failure.

                                      Use tools built for that. GFS2, Gluster, Ceph, Swift, Cinder, etc. The VM would remount after booting in the new host and the storage still fails over.

                                      Agreed. The problem that is being run into here is one of replication capacity and affects a NAS the same that affects a VM. So you solve both in the same way.

                                      In a VM, you turn to Gluster, et al. In physical you turn to Exablox or similar.

                                      We have two Isilons coming. One is here and ready to be installed. Much easier than managing all of that myself.

                                      Our guys can generate about 20TB a week between them all.

                                      There pretty nice. We'd gotten Demo units. We use the VMAX though.

                                      1 Reply Last reply Reply Quote 1
                                      • J
                                        Jason Banned @stacksofplates
                                        last edited by

                                        @stacksofplates said in Someone doesn't like local storage for large amounts of data:

                                        @FATeknollogee said in Someone doesn't like local storage for large amounts of data:

                                        @scottalanmiller Isn't that part of why we all virtualize so we don't have deal with raw?

                                        You can still snapshot raw. Raw can be an image file or a volume or a full disk. Raw doesn't mean not virtualized.

                                        @stacksofplates said in Someone doesn't like local storage for large amounts of data:

                                        @FATeknollogee said in Someone doesn't like local storage for large amounts of data:

                                        @scottalanmiller Isn't that part of why we all virtualize so we don't have deal with raw?

                                        You can still snapshot raw. Raw can be an image file or a volume or a full disk. Raw doesn't mean not virtualized.

                                        RAWs biggest limitation is you can't storage vmotion it. You can vmotion the pointer but if you are retiring a SAN or something you will be doing it manually.

                                        stacksofplatesS 1 Reply Last reply Reply Quote 2
                                        • stacksofplatesS
                                          stacksofplates @Jason
                                          last edited by

                                          @Jason said in Someone doesn't like local storage for large amounts of data:

                                          @stacksofplates said in Someone doesn't like local storage for large amounts of data:

                                          @FATeknollogee said in Someone doesn't like local storage for large amounts of data:

                                          @scottalanmiller Isn't that part of why we all virtualize so we don't have deal with raw?

                                          You can still snapshot raw. Raw can be an image file or a volume or a full disk. Raw doesn't mean not virtualized.

                                          @stacksofplates said in Someone doesn't like local storage for large amounts of data:

                                          @FATeknollogee said in Someone doesn't like local storage for large amounts of data:

                                          @scottalanmiller Isn't that part of why we all virtualize so we don't have deal with raw?

                                          You can still snapshot raw. Raw can be an image file or a volume or a full disk. Raw doesn't mean not virtualized.

                                          RAWs biggest limitation is you can't storage vmotion it. You can vmotion the pointer but if you are retiring a SAN or something you will be doing it manually.

                                          Ya I'm using KVM so I can either move the raw file or the volume to wherever I need it. It's really simple with qemu and lvm.

                                          1 Reply Last reply Reply Quote 1
                                          • 1
                                          • 2
                                          • 3
                                          • 4
                                          • 3 / 4
                                          • First post
                                            Last post