예제 #1
0
파일: tune.py 프로젝트: pepe5/ocfs2-tools
    def __init__(self, device=None):
        VolumeLabel.__init__(self)

        try:
            fs = ocfs2.Filesystem(device)
            self.set_text(fs.fs_super.s_label)
        except ocfs2.error:
            pass
예제 #2
0
    def __init__(self, device=None):
        VolumeLabel.__init__(self)

        try:
            fs = ocfs2.Filesystem(device)
            self.set_text(fs.fs_super.s_label)
        except ocfs2.error:
            pass
예제 #3
0
 def __init__(self):
     VolumeLabel.__init__(self)
     self.set_text('oracle')
예제 #4
0
파일: format.py 프로젝트: djs55/ocfs2-tools
 def __init__(self):
     VolumeLabel.__init__(self)
     self.set_text('oracle')