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

    Storage and Data Locality

    IT Discussion
    drbd gluster storage infrastructure san data locality
    10
    30
    3.3k
    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 @dafyre
      last edited by

      @dafyre said in Storage and Data Locality:

      Current latency is between 200 and 250ms over ZT.

      That's a lot of latency, that'll make things hard. But an async replica is an option.

      dafyreD 1 Reply Last reply Reply Quote 0
      • dbeatoD
        dbeato
        last edited by

        If I can offer any input, please do not use DRBD, it can corrupt your data pretty easily.

        dafyreD 1 Reply Last reply Reply Quote 2
        • dafyreD
          dafyre @scottalanmiller
          last edited by

          @scottalanmiller said in Storage and Data Locality:

          @dafyre said in Storage and Data Locality:

          Current latency is between 200 and 250ms over ZT.

          That's a lot of latency, that'll make things hard. But an async replica is an option.

          That's the term I was looking for. Async replica -- that's what I'm going for... In the event that my home network burns down, the goal is to be able to spin up anything I need in France.

          1 Reply Last reply Reply Quote 1
          • dafyreD
            dafyre @dbeato
            last edited by

            @dbeato said in Storage and Data Locality:

            If I can offer any input, please do not use DRBD, it can corrupt your data pretty easily.

            Thanks for the forewarning -- that was one of the things I was considering.

            1 Reply Last reply Reply Quote 0
            • NerdyDadN
              NerdyDad
              last edited by

              I was thinking Veeam B&R but don't think you want to go to either Hyper-V or ESXi and dont have piles of cash just laying around, do you?

              dafyreD 1 Reply Last reply Reply Quote 0
              • dafyreD
                dafyre @NerdyDad
                last edited by

                @nerdydad said in Storage and Data Locality:

                I was thinking Veeam B&R but don't think you want to go to either Hyper-V or ESXi and dont have piles of cash just laying around, do you?

                Yeah, this is a personal lab, so I don't have piles of cash lying around. Since my hosted server is limited in OS choices, I'm sticking with KVM. (ESXi and Hyper-V are not offered).

                1 Reply Last reply Reply Quote 0
                • A
                  Alex Sage
                  last edited by

                  rsync?

                  dafyreD 1 Reply Last reply Reply Quote -1
                  • travisdh1T
                    travisdh1
                    last edited by

                    I think it's just assumed that if your using KVM, that your also competent enough to write your own backup scripts. If you already have a backup script setup, just create a local backup and then rsync those files to the other box.

                    If you need a backup script still, well, I've been meaning to work on one, you just might be the motivation to get it done.

                    JaredBuschJ 1 Reply Last reply Reply Quote 0
                    • JaredBuschJ
                      JaredBusch @travisdh1
                      last edited by

                      @travisdh1 said in Storage and Data Locality:

                      I think it's just assumed that if your using KVM, that your also competent enough to write your own backup scripts. If you already have a backup script setup, just create a local backup and then rsync those files to the other box.

                      This is just a steaming pile of shit.

                      Anyone can backup any system easy enough. KVM has nothing to do with it.

                      What you cannot do with a simple script is do differential or incremental backups such as Veeam and Unitrends do.
                      That is why backups are hard, and why there are not bazillions of backup solutions out there.

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

                        @jaredbusch said in Storage and Data Locality:

                        @travisdh1 said in Storage and Data Locality:

                        I think it's just assumed that if your using KVM, that your also competent enough to write your own backup scripts. If you already have a backup script setup, just create a local backup and then rsync those files to the other box.

                        This is just a steaming pile of shit.

                        Anyone can backup any system easy enough. KVM has nothing to do with it.

                        What you cannot do with a simple script is do differential or incremental backups such as Veeam and Unitrends do.
                        That is why backups are hard, and why there are not bazillions of backup solutions out there.

                        Also, usable automation. It's easy to automate a straight backup copy job; it's very hard to automate a system for restoring a specific file from a specific point in time.

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

                          I’ve used rsnapshot before and it works really well. Uses hard links to save space. Won’t help with your VM disks but will help with files.

                          1 Reply Last reply Reply Quote 1
                          • ObsolesceO
                            Obsolesce
                            last edited by

                            ReaR is great as agent based backup for image based recovery and inceementals. For file based, I like FWBackups.

                            ReaR works great on stateless VMs, really easy and quick to recover.

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

                              @tim_g said in Storage and Data Locality:

                              ReaR is great as agent based backup for image based recovery and inceementals. For file based, I like FWBackups.

                              ReaR works great on stateless VMs, really easy and quick to recover.

                              Why are you backing up stateless machines?

                              ObsolesceO 1 Reply Last reply Reply Quote 2
                              • ObsolesceO
                                Obsolesce @stacksofplates
                                last edited by

                                @stacksofplates said in Storage and Data Locality:

                                @tim_g said in Storage and Data Locality:

                                ReaR is great as agent based backup for image based recovery and inceementals. For file based, I like FWBackups.

                                ReaR works great on stateless VMs, really easy and quick to recover.

                                Why are you backing up stateless machines?

                                Policy and DR.

                                scottalanmillerS black3dynamiteB 2 Replies Last reply Reply Quote 0
                                • scottalanmillerS
                                  scottalanmiller @Obsolesce
                                  last edited by

                                  @tim_g said in Storage and Data Locality:

                                  @stacksofplates said in Storage and Data Locality:

                                  @tim_g said in Storage and Data Locality:

                                  ReaR is great as agent based backup for image based recovery and inceementals. For file based, I like FWBackups.

                                  ReaR works great on stateless VMs, really easy and quick to recover.

                                  Why are you backing up stateless machines?

                                  Policy and DR.

                                  Don't need it for DR. Then the question becomes, why did someone make that policy?

                                  ObsolesceO 1 Reply Last reply Reply Quote 0
                                  • black3dynamiteB
                                    black3dynamite @Obsolesce
                                    last edited by

                                    @tim_g said in Storage and Data Locality:

                                    @stacksofplates said in Storage and Data Locality:

                                    @tim_g said in Storage and Data Locality:

                                    ReaR is great as agent based backup for image based recovery and inceementals. For file based, I like FWBackups.

                                    ReaR works great on stateless VMs, really easy and quick to recover.

                                    Why are you backing up stateless machines?

                                    Policy and DR.

                                    With stateless machines, wouldn't it be easier to automate the deployment, especially if your data is stored on another virtual disk or storage appliance?

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

                                      @black3dynamite said in Storage and Data Locality:

                                      @tim_g said in Storage and Data Locality:

                                      @stacksofplates said in Storage and Data Locality:

                                      @tim_g said in Storage and Data Locality:

                                      ReaR is great as agent based backup for image based recovery and inceementals. For file based, I like FWBackups.

                                      ReaR works great on stateless VMs, really easy and quick to recover.

                                      Why are you backing up stateless machines?

                                      Policy and DR.

                                      With stateless machines, wouldn't it be easier to automate the deployment, especially if your data is stored on another virtual disk or storage appliance?

                                      Exactly, that's the theory. Have a system like Salt, Ansible, or just a build script that can restore the box automatically and another script or command that can restore the data, rather than the system. This provides not just lower cost and faster backups, but faster and more flexible restores.

                                      travisdh1T stacksofplatesS ObsolesceO 3 Replies Last reply Reply Quote 1
                                      • travisdh1T
                                        travisdh1 @scottalanmiller
                                        last edited by

                                        @scottalanmiller said in Storage and Data Locality:

                                        @black3dynamite said in Storage and Data Locality:

                                        @tim_g said in Storage and Data Locality:

                                        @stacksofplates said in Storage and Data Locality:

                                        @tim_g said in Storage and Data Locality:

                                        ReaR is great as agent based backup for image based recovery and inceementals. For file based, I like FWBackups.

                                        ReaR works great on stateless VMs, really easy and quick to recover.

                                        Why are you backing up stateless machines?

                                        Policy and DR.

                                        With stateless machines, wouldn't it be easier to automate the deployment, especially if your data is stored on another virtual disk or storage appliance?

                                        Exactly, that's the theory. Have a system like Salt, Ansible, or just a build script that can restore the box automatically and another script or command that can restore the data, rather than the system. This provides not just lower cost and faster backups, but faster and more flexible restores.

                                        I keep forgetting how much easier state machines make backups for servers, keep beating it into my head, I promise I'll get reprogrammed soon.

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

                                          @travisdh1 said in Storage and Data Locality:

                                          @scottalanmiller said in Storage and Data Locality:

                                          @black3dynamite said in Storage and Data Locality:

                                          @tim_g said in Storage and Data Locality:

                                          @stacksofplates said in Storage and Data Locality:

                                          @tim_g said in Storage and Data Locality:

                                          ReaR is great as agent based backup for image based recovery and inceementals. For file based, I like FWBackups.

                                          ReaR works great on stateless VMs, really easy and quick to recover.

                                          Why are you backing up stateless machines?

                                          Policy and DR.

                                          With stateless machines, wouldn't it be easier to automate the deployment, especially if your data is stored on another virtual disk or storage appliance?

                                          Exactly, that's the theory. Have a system like Salt, Ansible, or just a build script that can restore the box automatically and another script or command that can restore the data, rather than the system. This provides not just lower cost and faster backups, but faster and more flexible restores.

                                          I keep forgetting how much easier state machines make backups for servers, keep beating it into my head, I promise I'll get reprogrammed soon.

                                          Takes a while to get used to thinking of them in that way.

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

                                            @scottalanmiller said in Storage and Data Locality:

                                            @black3dynamite said in Storage and Data Locality:

                                            @tim_g said in Storage and Data Locality:

                                            @stacksofplates said in Storage and Data Locality:

                                            @tim_g said in Storage and Data Locality:

                                            ReaR is great as agent based backup for image based recovery and inceementals. For file based, I like FWBackups.

                                            ReaR works great on stateless VMs, really easy and quick to recover.

                                            Why are you backing up stateless machines?

                                            Policy and DR.

                                            With stateless machines, wouldn't it be easier to automate the deployment, especially if your data is stored on another virtual disk or storage appliance?

                                            Exactly, that's the theory. Have a system like Salt, Ansible, or just a build script that can restore the box automatically and another script or command that can restore the data, rather than the system. This provides not just lower cost and faster backups, but faster and more flexible restores.

                                            Ya. I just back up GitLab. There’s a couple VMs with data but not many. All of our workstations are stateless. If there’s an issue I just kickstart again and Ansible does the work.

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