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

    Reconsidering ProxMox

    IT Discussion
    kvm lxc proxmox
    32
    241
    34.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.
    • CloudKnightC
      CloudKnight
      last edited by

      I'm quite happy with it as well, I've deployed a couple of production servers using proxmox and all good so far as well

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

        @scottalanmiller said in Reconsidering ProxMox:

        We've been deploying more and more Proxmox and so far, knock on wood, we are remaining happy.

        Are you deploying multi-node setups or just single nodes?

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

          @coliver said in Reconsidering ProxMox:

          @scottalanmiller said in Reconsidering ProxMox:

          We've been deploying more and more Proxmox and so far, knock on wood, we are remaining happy.

          Are you deploying multi-node setups or just single nodes?

          Single node. It's a rare customer that would need more than one node.

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

            @scottalanmiller said in Reconsidering ProxMox:

            @coliver said in Reconsidering ProxMox:

            @scottalanmiller said in Reconsidering ProxMox:

            We've been deploying more and more Proxmox and so far, knock on wood, we are remaining happy.

            Are you deploying multi-node setups or just single nodes?

            Single node. It's a rare customer that would need more than one node.

            Got it.

            1 Reply Last reply Reply Quote 0
            • travisdh1T
              travisdh1 @black3dynamite
              last edited by

              @black3dynamite said in Reconsidering ProxMox:

              To get rid of the no subscription message pop up
              5c7671bd-a9e1-482a-ad22-830513c43fe7-image.png

              https://johnscs.com/remove-proxmox51-subscription-notice/

              sed -i.bak "s/data.status !== 'Active'/false/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service
              

              Clear your browser cache.

              Just did this today, still working. TYVM

              black3dynamiteB 1 Reply Last reply Reply Quote 2
              • black3dynamiteB
                black3dynamite @travisdh1
                last edited by

                @travisdh1 said in Reconsidering ProxMox:

                @black3dynamite said in Reconsidering ProxMox:

                To get rid of the no subscription message pop up
                5c7671bd-a9e1-482a-ad22-830513c43fe7-image.png

                https://johnscs.com/remove-proxmox51-subscription-notice/

                sed -i.bak "s/data.status !== 'Active'/false/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service
                

                Clear your browser cache.

                Just did this today, still working. TYVM

                This will make the changes after an update/upgrade.
                https://github.com/foundObjects/pve-nag-buster

                1 Reply Last reply Reply Quote 1
                • B
                  biggen @scottalanmiller
                  last edited by biggen

                  @scottalanmiller What’s your storage configuration like?

                  I’ve been playing with it on ZFS Raid 1 mirror. Proxmox OS and VMs all on same mirror. Performance is “OK”. Not as good as MD with same setup though.

                  Wonder if it’s better to create separate Raid 1 ZFS pools. One for the Proxmox OS and one for the VMs.

                  V scottalanmillerS 2 Replies Last reply Reply Quote 0
                  • V
                    VoIP_n00b @biggen
                    last edited by

                    @biggen said in Reconsidering ProxMox:

                    @scottalanmiller What’s your storage configuration like?

                    I’ve been playing with it on ZFS Raid 1 mirror. Proxmox OS and VMs all on same mirror. Performance is “OK”. Not as good as MD with same setup though.

                    Wonder if it’s better to create separate Raid 1 ZFS pools. One for the Proxmox OS and one for the VMs.

                    Did you configure ZFS correctly? https://pve.proxmox.com/wiki/ZFS_on_Linux#_limit_zfs_memory_usage What drives are you using?

                    B 1 Reply Last reply Reply Quote -1
                    • B
                      biggen @VoIP_n00b
                      last edited by

                      @VoIP_n00b Its a lab for testing so no Enterprise drives. Just a pair of Samsung 970 Pros.

                      Box only has 32GB of RAM so that would mean that ZFS on Proxmox would be using at most 16GB of RAM for the ARC by default. Seems like ZFS needs a ton of RAM.

                      V scottalanmillerS 2 Replies Last reply Reply Quote 0
                      • V
                        VoIP_n00b @biggen
                        last edited by

                        @biggen said in Reconsidering ProxMox:

                        Seems like ZFS needs a ton of RAM.

                        You have to configure it 😉

                        B 1 Reply Last reply Reply Quote -1
                        • B
                          biggen @VoIP_n00b
                          last edited by

                          @VoIP_n00b I'll read over your link. I admit I haven't messed with it a ton. Kinda assumed it would work "out of the box" but looks like I need to tinker.

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

                            @biggen said in Reconsidering ProxMox:

                            @scottalanmiller What’s your storage configuration like?

                            I’ve been playing with it on ZFS Raid 1 mirror. Proxmox OS and VMs all on same mirror. Performance is “OK”. Not as good as MD with same setup though.

                            Wonder if it’s better to create separate Raid 1 ZFS pools. One for the Proxmox OS and one for the VMs.

                            We don't use ZFS - slow and we don't want its features (few actually do.) LVM is what we use. What is making you want to look at ZFS? It's not meant for speed and has little generally purpose these days. It's not bad, but mostly it's deployed by accident when people aren't sure what it is. Then people swear by "features" that everything has thinking they are unique to ZFS.

                            ZFS is a great system, with niche applicability.

                            V B 2 Replies Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller @biggen
                              last edited by

                              @biggen said in Reconsidering ProxMox:

                              Box only has 32GB of RAM so that would mean that ZFS on Proxmox would be using at most 16GB of RAM for the ARC by default. Seems like ZFS needs a ton of RAM.

                              ZFS can use a lot of RAM, but has no actual requirement for it. And it's important to recognize that ZFS is three products under one name, using it as your filesystem is very different from using it as your RAID, which is very different from using it as your LVM. Each component has different capabilities and caveats and all are separate, just like they always are.

                              Most people intend to use ZFS in a way that would have to use a lot of RAM. But nothing forces you to do that.

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

                                @biggen said in Reconsidering ProxMox:

                                @VoIP_n00b I'll read over your link. I admit I haven't messed with it a ton. Kinda assumed it would work "out of the box" but looks like I need to tinker.

                                It does, ZFS is tuned by default for the purposes where it is most useful. Which is NOT how 99% of people would want to use it and why it is almost never the right platform for any normal business.

                                If you tune ZFS to try to mimic MD / LVM / XFS... why not use them as they are faster, better known, more mature and easier? Unless there is something specific to ZFS that you need. Which is normally RAID 7. Using it for RAID 1 puts you automatically in the "never seen someone want to do this before" category.

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

                                  Good read from long ago talking about how ZFS became a big buzzword long after its heyday was over and why it suddenly became promoted so oddly.

                                  https://smbitjournal.com/2014/05/the-cult-of-zfs/

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

                                    @scottalanmiller said in Reconsidering ProxMox:

                                    LVM is what we use.

                                    So you don't take snapshots?

                                    stacksofplatesS scottalanmillerS black3dynamiteB 3 Replies Last reply Reply Quote -1
                                    • stacksofplatesS
                                      stacksofplates @VoIP_n00b
                                      last edited by

                                      @VoIP_n00b said in Reconsidering ProxMox:

                                      @scottalanmiller said in Reconsidering ProxMox:

                                      LVM is what we use.

                                      So you don't take snapshots?

                                      ? You can take snapshots without ZFS?

                                      V scottalanmillerS 2 Replies Last reply Reply Quote 2
                                      • V
                                        VoIP_n00b @stacksofplates
                                        last edited by VoIP_n00b

                                        @stacksofplates You can't take snapshots on LVM. https://pve.proxmox.com/wiki/Storage

                                        stacksofplatesS scottalanmillerS 2 Replies Last reply Reply Quote -1
                                        • stacksofplatesS
                                          stacksofplates @VoIP_n00b
                                          last edited by

                                          @VoIP_n00b said in Reconsidering ProxMox:

                                          @stacksofplates You can't take snapshots on LVM. https://pve.proxmox.com/wiki/Storage

                                          You snapshot it through the hypervisor? Why would you do it that way?

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

                                            @VoIP_n00b said in Reconsidering ProxMox:

                                            @stacksofplates You can't take snapshots on LVM. https://pve.proxmox.com/wiki/Storage

                                            that says you can to me. And since we do, I'm sure it's correct.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 6
                                            • 7
                                            • 8
                                            • 9
                                            • 10
                                            • 11
                                            • 12
                                            • 13
                                            • 8 / 13
                                            • First post
                                              Last post