#include <errno.h>#include <sys/sem.h>#include <sys/socket.h>#include <sys/un.h>#include <iostream>#include <sstream>#include "y2storage/StorageTypes.h"#include "y2storage/EvmsCo.h"#include "y2storage/Evms.h"#include "y2storage/SystemCmd.h"#include "y2storage/AppUtil.h"#include "y2storage/Storage.h"Namespaces | |
| namespace | storage |
Defines | |
| #define | SOCKET_PATH "/var/lib/YaST2/socket_libstorage_evms" |
| #define | EXEC_PATH "/usr/lib/YaST2/bin/evms_access" |
Functions | |
| static bool | lvNotCreated (const Evms &l) |
| static bool | lvNotDeletedCreated (const Evms &l) |
| static bool | isMdMajor (const Evms &l) |
| static bool | lvDeleted (const Evms &l) |
| static bool | lvCreated (const Evms &l) |
| static bool | lvResized (const Evms &l) |
| std::ostream & | storage::operator<< (std::ostream &s, const EvmsObj &d) |
| std::ostream & | storage::operator<< (std::ostream &s, const EvmsVol &d) |
| std::ostream & | storage::operator<< (std::ostream &s, const EvmsCont::peinfo &d) |
| std::ostream & | storage::operator<< (std::ostream &s, const EvmsCont &d) |
| std::ostream & | storage::operator<< (std::ostream &s, const EvmsTree &d) |
| std::ostream & | storage::operator<< (std::ostream &s, const EvmsCo &d) |
| #define EXEC_PATH "/usr/lib/YaST2/bin/evms_access" |
Referenced by storage::EvmsCo::attachToSocket(), storage::EvmsCo::canDoEvms(), and storage::EvmsCo::startHelper().
| #define SOCKET_PATH "/var/lib/YaST2/socket_libstorage_evms" |
| static bool isMdMajor | ( | const Evms & | l | ) | [static] |
References storage::Volume::majorNr(), and storage::Md::mdMajor().
Referenced by storage::EvmsCo::updateMd().
| static bool lvCreated | ( | const Evms & | l | ) | [static] |
References storage::Volume::created().
Referenced by storage::EvmsCo::getCoData(), and storage::LvmVg::getVgData().
| static bool lvDeleted | ( | const Evms & | l | ) | [static] |
References storage::Volume::deleted().
Referenced by storage::EvmsCo::getCoData(), and storage::LvmVg::getVgData().
| static bool lvNotCreated | ( | const Evms & | l | ) | [static] |
References storage::Volume::created().
Referenced by storage::LvmVg::addLv(), storage::EvmsCo::addLv(), storage::EvmsCo::EvmsCo(), and storage::LvmVg::LvmVg().
| static bool lvNotDeletedCreated | ( | const Evms & | l | ) | [static] |
References storage::Volume::created(), and storage::Volume::deleted().
Referenced by storage::LvmVg::addLv(), and storage::EvmsCo::addLv().
| static bool lvResized | ( | const Evms & | l | ) | [static] |
References storage::Volume::extendSize().
Referenced by storage::LvmVg::addLv(), storage::EvmsCo::addLv(), storage::EvmsCo::getCoData(), and storage::LvmVg::getVgData().
1.5.5