Giter Club home page Giter Club logo

Comments (5)

WanzenBug avatar WanzenBug commented on June 27, 2024

Sorry for the late response.

If you still see this issue: could you include the kernel log from the node that is stopping progress. See the lines:

Declined by peer node30 (id: 0), see the kernel log there

So hopefully node30 holds some clues. By the way, which version of piraeus + drbd are you using?

from piraeus.

muecahit94 avatar muecahit94 commented on June 27, 2024

node30-kern.log

Hi @WanzenBug!

Uploaded the full kernel-log from that timeframe.

we use the latest version of piraeus with drbd version 9.0.27-1

from piraeus.

WanzenBug avatar WanzenBug commented on June 27, 2024

Thanks! Looks like a process is keeping the device open, either pvdisplay or blkid.

Is there perhaps some monitoring agent running on node30 that uses these commands? If you are running some LVM commands directly on the host (like pvdisplay), you need to exclude all DRBD devices from the device scan. You can do that in /etc/lvm/lvm.conf:

devices {
    ...
    global_filter = [ "r|^/dev/drbd|" ]
    ...
}

Otherwise LVM can deadlock (as seen in the task blkid:25334 blocked for more than 120 seconds message).

from piraeus.

muecahit94 avatar muecahit94 commented on June 27, 2024

We are using Zabbix and monitoring the mounts for free space, this could be the reason for locking.
I will check how Zabbix-Agent gets the information

from piraeus.

muecahit94 avatar muecahit94 commented on June 27, 2024

We didnt had much time to test it in different ways but needed a stable solution and solved it in an other way.
Closing this issue

from piraeus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.