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

    Backup Storage - RAID Level

    Scheduled Pinned Locked Moved IT Discussion
    28 Posts 9 Posters 2.1k Views
    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.
    • A
      Alex Sage
      last edited by Alex Sage

      What RAID level do you use for backup storage?

      brianlittlejohnB 1 Reply Last reply Reply Quote 1
      • brianlittlejohnB
        brianlittlejohn @Alex Sage
        last edited by

        @aaronstuder I use RAID 10 for onsite, RAID 6 for my offsite backup.

        wirestyle22W 1 Reply Last reply Reply Quote 0
        • wirestyle22W
          wirestyle22 @brianlittlejohn
          last edited by

          @brianlittlejohn said in Backup Storage - RAID Level:

          @aaronstuder I use RAID 10 for onsite, RAID 6 for my offsite backup.

          6 to reduce cost for the secondary?

          brianlittlejohnB 1 Reply Last reply Reply Quote 0
          • thanksajdotcomT
            thanksajdotcom
            last edited by

            @aaronstuder would you care to provide some context? You have asked "what RAID do you use"? That's very open-ended. What size drives do you have? What is your need for storage capabilities? Are you replicating backups that are onsite to a colo? You have asked a very general question that, depending on YOUR needs, will affect the answer. RAID6 gives you better redundancy, but you take a hit to write performance. RAID10 has lower failure tolerance (1 drive to 2 with RAID6), but you have higher write speeds. So again, depends on your needs.

            A 1 Reply Last reply Reply Quote 0
            • brianlittlejohnB
              brianlittlejohn @wirestyle22
              last edited by

              @wirestyle22 said in Backup Storage - RAID Level:

              @brianlittlejohn said in Backup Storage - RAID Level:

              @aaronstuder I use RAID 10 for onsite, RAID 6 for my offsite backup.

              6 to reduce cost for the secondary?

              Yes, let me go with a smaller NAS device.

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

                Depends on many factors, but you typically use a large number of large capacity spinners (Winchester drives) for backup storage and RAID 6 is the most common approach. But it depends. If you are backing up a small amount, RAID 1 would make more sense up to 8-10TB today. And RAID 5 makes more sense if you are backing up to SSD. And RAID 10 might be important if you have a write bottleneck with your drives otherwise.

                But by and large, RAID 6 is what you find until you get to something enormous running on ZFS, then RAID 7.

                wirestyle22W 1 Reply Last reply Reply Quote 2
                • A
                  Alex Sage @thanksajdotcom
                  last edited by

                  @thanksajdotcom I intended for the question to be general.

                  Thanks,

                  Aaron

                  thanksajdotcomT 1 Reply Last reply Reply Quote 0
                  • DustinB3403D
                    DustinB3403
                    last edited by

                    RAID10 for production systems, and RAID 6 for onsite backup.

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

                      Does RAID6 allow adding drives to a existing array?

                      scottalanmillerS 1 Reply Last reply Reply Quote 0
                      • thanksajdotcomT
                        thanksajdotcom @Alex Sage
                        last edited by

                        @aaronstuder said in Backup Storage - RAID Level:

                        @thanksajdotcom I intended for the question to be general.

                        Thanks,

                        Aaron

                        And I get that you like doing that, but it's too general. IT is used to meet a need, and there are different technologies or, in this case, RAID architectures (maybe the wrong term but you know what I mean) for different uses. General is fine, but if you're asking to solve a business concern, then we need more details, and I'm guessing you have a business reason to ask.

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

                          @aaronstuder said in Backup Storage - RAID Level:

                          Does RAID6 allow adding drives to a existing array?

                          RAID itself does not allow that at all. That's not a RAID function. Parity RAID is more likely to allow expansion than mirrored RAID because it is so much easier to do as the idea of expanding the array is kind of already there in the resilver algorithm. But all expansion is proprietary and done outside of the RAID mechanisms.

                          1 Reply Last reply Reply Quote 0
                          • wirestyle22W
                            wirestyle22 @scottalanmiller
                            last edited by

                            @scottalanmiller said in Backup Storage - RAID Level:

                            Depends on many factors, but you typically use a large number of large capacity spinners (Winchester drives) for backup storage and RAID 6 is the most common approach. But it depends. If you are backing up a small amount, RAID 1 would make more sense up to 8-10TB today. And RAID 5 makes more sense if you are backing up to SSD. And RAID 10 might be important if you have a write bottleneck with your drives otherwise.

                            But by and large, RAID 6 is what you find until you get to something enormous running on ZFS, then RAID 7.

                            Raid 1: meaning speed isn't a factor at that low of a capacity?

                            thanksajdotcomT scottalanmillerS 2 Replies Last reply Reply Quote 0
                            • thanksajdotcomT
                              thanksajdotcom @wirestyle22
                              last edited by

                              @wirestyle22 said in Backup Storage - RAID Level:

                              @scottalanmiller said in Backup Storage - RAID Level:

                              Depends on many factors, but you typically use a large number of large capacity spinners (Winchester drives) for backup storage and RAID 6 is the most common approach. But it depends. If you are backing up a small amount, RAID 1 would make more sense up to 8-10TB today. And RAID 5 makes more sense if you are backing up to SSD. And RAID 10 might be important if you have a write bottleneck with your drives otherwise.

                              But by and large, RAID 6 is what you find until you get to something enormous running on ZFS, then RAID 7.

                              Raid 1: meaning speed isn't a factor at that low of a capacity?

                              It depends. If speed isn't a concern, and the need for redundancy is high, you can achieve high levels of storage with complete mirroring with a RAID1 with only two drives. RAID10 will give you all the benefits of RAID1, with striping built-in, but it also increases your costs by doubling the number of drives you need, at least.

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

                                @wirestyle22 said in Backup Storage - RAID Level:

                                @scottalanmiller said in Backup Storage - RAID Level:

                                Depends on many factors, but you typically use a large number of large capacity spinners (Winchester drives) for backup storage and RAID 6 is the most common approach. But it depends. If you are backing up a small amount, RAID 1 would make more sense up to 8-10TB today. And RAID 5 makes more sense if you are backing up to SSD. And RAID 10 might be important if you have a write bottleneck with your drives otherwise.

                                But by and large, RAID 6 is what you find until you get to something enormous running on ZFS, then RAID 7.

                                Raid 1: meaning speed isn't a factor at that low of a capacity?

                                What do you mean? RAID 1 is the fastest thing that you can do with just two drives. And is faster for writes than RAID 5 with four drives, RAID 6 with six drives or RAID 7 with eight drives.

                                thanksajdotcomT wirestyle22W DashrenderD 3 Replies Last reply Reply Quote 1
                                • thanksajdotcomT
                                  thanksajdotcom @scottalanmiller
                                  last edited by

                                  @scottalanmiller said in Backup Storage - RAID Level:

                                  @wirestyle22 said in Backup Storage - RAID Level:

                                  @scottalanmiller said in Backup Storage - RAID Level:

                                  Depends on many factors, but you typically use a large number of large capacity spinners (Winchester drives) for backup storage and RAID 6 is the most common approach. But it depends. If you are backing up a small amount, RAID 1 would make more sense up to 8-10TB today. And RAID 5 makes more sense if you are backing up to SSD. And RAID 10 might be important if you have a write bottleneck with your drives otherwise.

                                  But by and large, RAID 6 is what you find until you get to something enormous running on ZFS, then RAID 7.

                                  Raid 1: meaning speed isn't a factor at that low of a capacity?

                                  What do you mean? RAID 1 is the fastest thing that you can do with just two drives. And is faster for writes than RAID 5 with four drives, RAID 6 with six drives or RAID 7 with eight drives.

                                  If budget is a concern, RAID1 is great, because you only need 2 drives.

                                  1 Reply Last reply Reply Quote 0
                                  • thanksajdotcomT
                                    thanksajdotcom
                                    last edited by

                                    @aaronstuder , here's a pretty good article explaining what RAID is. This should help: https://www.prepressure.com/library/technology/raid

                                    A 2 Replies Last reply Reply Quote 0
                                    • wirestyle22W
                                      wirestyle22 @scottalanmiller
                                      last edited by wirestyle22

                                      @scottalanmiller said in Backup Storage - RAID Level:

                                      @wirestyle22 said in Backup Storage - RAID Level:

                                      @scottalanmiller said in Backup Storage - RAID Level:

                                      Depends on many factors, but you typically use a large number of large capacity spinners (Winchester drives) for backup storage and RAID 6 is the most common approach. But it depends. If you are backing up a small amount, RAID 1 would make more sense up to 8-10TB today. And RAID 5 makes more sense if you are backing up to SSD. And RAID 10 might be important if you have a write bottleneck with your drives otherwise.

                                      But by and large, RAID 6 is what you find until you get to something enormous running on ZFS, then RAID 7.

                                      Raid 1: meaning speed isn't a factor at that low of a capacity?

                                      What do you mean? RAID 1 is the fastest thing that you can do with just two drives. And is faster for writes than RAID 5 with four drives, RAID 6 with six drives or RAID 7 with eight drives.

                                      It's true that Raid 1 is the fastest thing you can do with two drives and have redundancy. I always thought Raid 10 was the best option, but that comes with a pretty hefty cost. I can see what you are saying in regards to cost vs. capacity. I'd trade the performance for more redundancy in this kind of a situation.

                                      scottalanmillerS 2 Replies Last reply Reply Quote 0
                                      • A
                                        Alex Sage @thanksajdotcom
                                        last edited by Alex Sage

                                        @thanksajdotcom I know how RAID works, I was simply trying to see what others are using for backup data.

                                        In production, RAID10, no question. Unless it's SSD, then RAID5

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

                                          This post is deleted!
                                          1 Reply Last reply Reply Quote 0
                                          • scottalanmillerS
                                            scottalanmiller @wirestyle22
                                            last edited by

                                            @wirestyle22 said in Backup Storage - RAID Level:

                                            It's true that Raid 1 is the fastest thing you can do with two drives and have redundancy. I always thought Raid 10 was the best option, but that comes with a pretty hefty cost. I can see what you are saying in regards to cost vs. capacity.

                                            RAID 1 is just the smallest RAID 10 if you think of it that way. RAID 10 where the RAID 0 stripe is just one drive, that's RAID 1. So while that's weird, it's the only useful way to really think of it. RAID 1 as a subset of RAID 10 because that's how it behaves (if you make a curve of any RAID 10 function - capacity, performance, reliability, cost, etc.) RAID 1 fits neatly in as the smallest entry. And since lots of controllers allow for "single drive RAID 0 implementations" it is logical that we would see RAID 1 as a small RAID 10 as well.

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