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

    How to Stop XenServer from Mounting /var/log

    IT Discussion
    4
    78
    4.5k
    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.
    • travisdh1T
      travisdh1 @BRRABill
      last edited by

      @BRRABill The only thing that springs to mind is making sure the volume group the logical volume sits on is ok. It should be with the logical volume being ok. The other thing is making sure /var/log is mounting via fstab correctly (df). Kinda grasping at straws at the moment.

      BRRABillB 1 Reply Last reply Reply Quote 0
      • BRRABillB
        BRRABill @travisdh1
        last edited by

        @travisdh1 said in How to Stop XenServer from Mounting /var/log:

        @BRRABill The only thing that springs to mind is making sure the volume group the logical volume sits on is ok. It should be with the logical volume being ok. The other thing is making sure /var/log is mounting via fstab correctly (df). Kinda grasping at straws at the moment.

        The VG/LV should be OK. They are brand new and work fine until the change.

        I do not mount /var/log ... just symlink to it. Is that incorrect? It is originally in fstab because they mount it to a partition on the boot device.

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

          @BRRABill said in How to Stop XenServer from Mounting /var/log:

          I do not mount /var/log ... just symlink to it. Is that incorrect? It is originally in fstab because they mount it to a partition on the boot device.

          Your goal is to not mount /var/log as its own filesystem, that is correct.

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

            @scottalanmiller said

            Your goal is to not mount /var/log as its own filesystem, that is correct.

            @scottalanmiller What is your take on this new wrinkle?

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

              @BRRABill Did you create a separate logical volume for /var/log, or is both that and the storage repository on the same lv?

              BRRABillB 1 Reply Last reply Reply Quote 0
              • BRRABillB
                BRRABill @travisdh1
                last edited by

                @travisdh1 said in How to Stop XenServer from Mounting /var/log:

                @BRRABill Did you create a separate logical volume for /var/log, or is both that and the storage repository on the same lv?

                No. XS used 100% of the space I had for its own LV.

                So we thought putting a directory with the VHD files would be ok.

                So /run/sr-mount/xxxxxxxxx

                has

                vm1.vhd
                vm2.vhd
                vm3.vhd
                lost+found
                xenserverlogs (the directory i created)

                Is it possible putting a directory there would cause this big an issue?

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

                  possible, yes. I'd say unlikely, but if it causes the software to freak out because it doesn't expect it there, yes.

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

                    @BRRABill said in How to Stop XenServer from Mounting /var/log:

                    Is it possible putting a directory there would cause this big an issue?

                    In no way should it create issues like this... in the real world however, well.

                    Do you have free space available that you could shrink the LV and create another LV just for the log files?

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

                      @travisdh1 said in How to Stop XenServer from Mounting /var/log:

                      @BRRABill said in How to Stop XenServer from Mounting /var/log:

                      Is it possible putting a directory there would cause this big an issue?

                      In no way should it create issues like this... in the real world however, well.

                      Do you have free space available that you could shrink the LV and create another LV just for the log files?

                      yes, shrinking is a technical possibility.

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

                        @scottalanmiller said in How to Stop XenServer from Mounting /var/log:

                        @travisdh1 said in How to Stop XenServer from Mounting /var/log:

                        @BRRABill said in How to Stop XenServer from Mounting /var/log:

                        Is it possible putting a directory there would cause this big an issue?

                        In no way should it create issues like this... in the real world however, well.

                        Do you have free space available that you could shrink the LV and create another LV just for the log files?

                        yes, shrinking is a technical possibility.

                        The other question I'd think about is if it's an LV or VG. ProxMox (good riddance, it's gone) actually uses a volume group when you mount local storage LVM containers.

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

                          @travisdh1 said in How to Stop XenServer from Mounting /var/log:

                          @scottalanmiller said in How to Stop XenServer from Mounting /var/log:

                          @travisdh1 said in How to Stop XenServer from Mounting /var/log:

                          @BRRABill said in How to Stop XenServer from Mounting /var/log:

                          Is it possible putting a directory there would cause this big an issue?

                          In no way should it create issues like this... in the real world however, well.

                          Do you have free space available that you could shrink the LV and create another LV just for the log files?

                          yes, shrinking is a technical possibility.

                          The other question I'd think about is if it's an LV or VG. ProxMox (good riddance, it's gone) actually uses a volume group when you mount local storage LVM containers.

                          You have to have a VG to have an LV.

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

                            @scottalanmiller said in How to Stop XenServer from Mounting /var/log:

                            @travisdh1 said in How to Stop XenServer from Mounting /var/log:

                            @scottalanmiller said in How to Stop XenServer from Mounting /var/log:

                            @travisdh1 said in How to Stop XenServer from Mounting /var/log:

                            @BRRABill said in How to Stop XenServer from Mounting /var/log:

                            Is it possible putting a directory there would cause this big an issue?

                            In no way should it create issues like this... in the real world however, well.

                            Do you have free space available that you could shrink the LV and create another LV just for the log files?

                            yes, shrinking is a technical possibility.

                            The other question I'd think about is if it's an LV or VG. ProxMox (good riddance, it's gone) actually uses a volume group when you mount local storage LVM containers.

                            You have to have a VG to have an LV.

                            Right. In this case what they did actually does make sense. The drive containers were each created as their own LV.

                            BRRABillB 1 Reply Last reply Reply Quote 0
                            • BRRABillB
                              BRRABill @travisdh1
                              last edited by

                              @travisdh1 said

                              Right. In this case what they did actually does make sense. The drive containers were each created as their own LV.

                              You mean what XS did makes sense?

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

                                @BRRABill said in How to Stop XenServer from Mounting /var/log:

                                @travisdh1 said

                                Right. In this case what they did actually does make sense. The drive containers were each created as their own LV.

                                You mean what XS did makes sense?

                                I was referring to ProxMox with that comment, but XS does the same thing with LVM local storage.

                                1 Reply Last reply Reply Quote 0
                                • BRRABillB
                                  BRRABill @travisdh1
                                  last edited by

                                  @travisdh1 said

                                  dd would take a long, long time if you have it copying something like /proc, /sys, or /dev.

                                  Is it "safe" to run dd on a running boot disk? Why does it take so long?

                                  Assuming so, but you know what happens when one assumes!

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

                                    @BRRABill said in How to Stop XenServer from Mounting /var/log:

                                    @travisdh1 said

                                    dd would take a long, long time if you have it copying something like /proc, /sys, or /dev.

                                    Is it "safe" to run dd on a running boot disk? Why does it take so long?

                                    Assuming so, but you know what happens when one assumes!

                                    Yes, it is only reading, not writing. Reading things is always safe.

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

                                      @scottalanmiller said

                                      Yes, it is only reading, not writing. Reading things is always safe.

                                      Why does it take so long for those directories?

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

                                        @BRRABill said in How to Stop XenServer from Mounting /var/log:

                                        @scottalanmiller said

                                        Yes, it is only reading, not writing. Reading things is always safe.

                                        Why does it take so long for those directories?

                                        dd reads block devices, not directories. It has no concept of directories.

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

                                          @scottalanmiller said

                                          dd reads block devices, not directories. It has no concept of directories.

                                          Then what is the significance/reason for the previous poster saying
                                          "dd would take a long, long time if you have it copying something like /proc, /sys, or /dev."

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

                                            @BRRABill said in How to Stop XenServer from Mounting /var/log:

                                            @scottalanmiller said

                                            dd reads block devices, not directories. It has no concept of directories.

                                            Then what is the significance/reason for the previous poster saying
                                            "dd would take a long, long time if you have it copying something like /proc, /sys, or /dev."
                                            Those are fake block devices. If you try to copy them they will take a very long time since /proc includes maps to the entire memory space and /dev includes all devices of any type including many mappings to every disk.

                                            @BRRABill said in How to Stop XenServer from Mounting /var/log:

                                            @scottalanmiller said

                                            dd reads block devices, not directories. It has no concept of directories.

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