Server IP : 172.24.0.40 / Your IP : 216.73.216.10 Web Server : Apache System : Linux dbweb26.ust.edu.ph 4.18.0-513.5.1.el8_9.x86_64 #1 SMP Fri Sep 29 05:21:10 EDT 2023 x86_64 User : apache ( 48) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/self/root/lib/python3.6/site-packages/vdo/vdomgmnt/__pycache__/ |
Upload File : |
3 &gndct � @ s� d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ dd lm Z dd lm Z ddlmZmZ ddlm Z dd lmZ ddlmZmZ ddlmZmZ ddlmZmZmZ ddlmZmZ ddlZddlZddlZddlZddlZddlZddlm Z ddl!Z!ddl"Z"ddl#Z#ddl$Z$G dd� de�Z%G dd� dee%�Z&G dd� dee%�Z'G dd� dee%�Z(G dd� dee%�Z)G dd� de�Z*dS ) z� VDOService - manages the VDO service on the local node $Id: //eng/vdo-releases/aluminum/src/python/vdo/vdomgmnt/VDOService.py#41 $ � )�absolute_import)�division)�print_function)�unicode_literals� )� ArgumentError)� Constants)�Defaults)� MgmntUtils)�Service�ServiceError)� SizeString)�VDOKernelModuleService)�DeveloperExitStatus�StateExitStatus)�SystemExitStatus�UserExitStatus)�Command�CommandError� runCommand)�Transaction� transactionalN)� gethostbynamec s( e Zd ZdZed�f� fdd� Z� ZS )�VDOServiceErrorz)Base class for VDO service exceptions. zVDO volume errorc s t t| �j|f|�|� d S )N)�superr �__init__)�self�msg�args�kwargs)� __class__� � /usr/lib/python3.6/VDOService.pyr >