Examples of resetDrbdOnBlockDevices()


Examples of lcmc.host.domain.HostBlockDevices.resetDrbdOnBlockDevices()

    @Subscribe
    public void drbdStatusChanged(final DrbdStatusChangedEvent event) {
        final HostBlockDevices hostBlockDevices = hostBlockDevicesByHost.get(event.getHost());
        if (hostBlockDevices != null) {
            hostBlockDevices.resetDrbdOnBlockDevices(event.isDrbdStatusOk());
        }
    }

    @Subscribe
    public void blockDevicesDiskSpaceEvent(final BlockDevicesDiskSpaceEvent event) {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.