Examples of DrbdVolume


Examples of lcmc.drbd.domain.DrbdVolume

        this.resourceInfo = resourceInfo;
        this.blockDevInfos = Collections.unmodifiableList(blockDevInfos);
        this.device = device;
        hosts = getHostsFromBlockDevices(blockDevInfos);
        setResource(new DrbdVolume(name));
        getResource().setValue(DRBD_VOL_PARAM_DEV, new StringValue(device));
        getResource().setNew(true);
    }
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.