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

    Proxmox in production questions

    IT Discussion
    proxmox
    8
    19
    2.0k
    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.
    • black3dynamiteB
      black3dynamite @1337
      last edited by

      @pete-s said in Proxmox in production questions:

      @black3dynamite said in Proxmox in production questions:

      By default, the enterprise repo is used that requires an subscription to get Proxmox updates but you can the no-subscription repo instead.

      OK, so if you don't pay for support, you will not get any proxmox updates? Or at least not proven stable updates.

      https://pve.proxmox.com/wiki/Package_Repositories#sysadmin_no_subscription_repo

      Correct, you won’t have access to there enterprise repo.

      1 Reply Last reply Reply Quote 0
      • CloudKnightC
        CloudKnight
        last edited by

        I should imagine/hope if there was a serious breach that needed an update, they would push this to the non enterprise repo as well.

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

          @itivan80 said in Proxmox in production questions:

          I am using a promox server with the following raid-RAIDZ-3. A variation on RAID-5, triple parity. Requires at least 5 disks. It works awesome for my VMs. It protects me fully if one disk goes down.

          Raid 5 does this natively, how is this some amazing feature?

          M scottalanmillerS 2 Replies Last reply Reply Quote 0
          • M
            marcinozga @DustinB3403
            last edited by

            @dustinb3403 said in Proxmox in production questions:

            @itivan80 said in Proxmox in production questions:

            I am using a promox server with the following raid-RAIDZ-3. A variation on RAID-5, triple parity. Requires at least 5 disks. It works awesome for my VMs. It protects me fully if one disk goes down.

            Raid 5 does this natively, how is this some amazing feature?

            This is ZFS RAIDZ3, probably the only implementation of RAID7. It protects not from just one disk failure, but from 3, at the cost of rather severe performance penalty. Not something one would put production loads on, even with all flash array. Probably better used for storing backups.

            JaredBuschJ scottalanmillerS 2 Replies Last reply Reply Quote 0
            • JaredBuschJ
              JaredBusch @marcinozga
              last edited by

              @marcinozga better used for nothing.

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

                @itivan80 said in Proxmox in production questions:

                I am using a promox server with the following raid-RAIDZ-3. A variation on RAID-5, triple parity. Requires at least 5 disks. It works awesome for my VMs. It protects me fully if one disk goes down.

                I have two ProxMox servers headed over your way tomorrow! I was getting them ready today. But we are doing EXT4 on hardware RAID on these.

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

                  @marcinozga said in Proxmox in production questions:

                  @dustinb3403 said in Proxmox in production questions:

                  @itivan80 said in Proxmox in production questions:

                  I am using a promox server with the following raid-RAIDZ-3. A variation on RAID-5, triple parity. Requires at least 5 disks. It works awesome for my VMs. It protects me fully if one disk goes down.

                  Raid 5 does this natively, how is this some amazing feature?

                  This is ZFS RAIDZ3, probably the only implementation of RAID7. It protects not from just one disk failure, but from 3, at the cost of rather severe performance penalty. Not something one would put production loads on, even with all flash array. Probably better used for storing backups.

                  Really hits the CPU hard. It was intended for giant storage situations like BackBlaze.

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

                    @dustinb3403 said in Proxmox in production questions:

                    @itivan80 said in Proxmox in production questions:

                    I am using a promox server with the following raid-RAIDZ-3. A variation on RAID-5, triple parity. Requires at least 5 disks. It works awesome for my VMs. It protects me fully if one disk goes down.

                    Raid 5 does this natively, how is this some amazing feature?

                    RAID 5 is single parity.
                    RAID 6 is double parity.
                    RAID 7 is triple parity.

                    This is RAID 7.

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

                      @pete-s said in Proxmox in production questions:

                      @black3dynamite said in Proxmox in production questions:

                      By default, the enterprise repo is used that requires an subscription to get Proxmox updates but you can the no-subscription repo instead.

                      OK, so if you don't pay for support, you will not get any proxmox updates? Or at least not proven stable updates.

                      https://pve.proxmox.com/wiki/Package_Repositories#sysadmin_no_subscription_repo

                      You get the updates from Debian.

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

                        @scottalanmiller said in Proxmox in production questions:

                        @pete-s said in Proxmox in production questions:

                        @black3dynamite said in Proxmox in production questions:

                        By default, the enterprise repo is used that requires an subscription to get Proxmox updates but you can the no-subscription repo instead.

                        OK, so if you don't pay for support, you will not get any proxmox updates? Or at least not proven stable updates.

                        https://pve.proxmox.com/wiki/Package_Repositories#sysadmin_no_subscription_repo

                        You get the updates from Debian.

                        I checked and Proxmox doesn't use the Debian kernel. They use the Ubuntu kernel and then add zfs on linux and other things to it.

                        So through Debian you'll get updates to userland. But the kernel, drivers and anything proxmox related has to come from the proxmox repositories.

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

                          @scottalanmiller said in Proxmox in production questions:

                          @dustinb3403 said in Proxmox in production questions:

                          @itivan80 said in Proxmox in production questions:

                          I am using a promox server with the following raid-RAIDZ-3. A variation on RAID-5, triple parity. Requires at least 5 disks. It works awesome for my VMs. It protects me fully if one disk goes down.

                          Raid 5 does this natively, how is this some amazing feature?

                          RAID 5 is single parity.
                          RAID 6 is double parity.
                          RAID 7 is triple parity.

                          This is RAID 7.

                          Sorry, I could've swore this said protects from 1 drive failure....

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