Ejemplo n.º 1
0
 def check(self):
     return fsutils.must_exist(self.__root_dir, ["sbin"], "mdadm")
Ejemplo n.º 2
0
 def check(self):
     return fsutils.must_exist(self.__root_dir, ["sbin"], "multipath") \
         and fsutils.must_exist(self.__root_dir, ["sbin"], "kpartx")
Ejemplo n.º 3
0
 def check(self):
     return fsutils.must_exist(self.__root_dir,
                               ["usr/sbin", "sbin"], "mount.aufs") 
Ejemplo n.º 4
0
 def check(self):
     return fsutils.must_exist(self.__root_dir,
                               ["usr/sbin", "sbin"], "iscsid") \
         and fsutils.must_exist(self.__root_dir,
                                ["usr/sbin", "sbin", "usr/bin"], "iscsiadm")
Ejemplo n.º 5
0
 def check(self):
     return fsutils.must_exist(self.__root_dir, ["usr"],
                               "lib/klibc/bin/nfsmount")