| Server IP : 216.238.111.58 / Your IP : 216.73.217.34 Web Server : LiteSpeed System : Linux hosting.smartskills.com.br 4.18.0-553.120.1.el8_10.x86_64 #1 SMP Mon Apr 20 18:04:27 EDT 2026 x86_64 User : skillsitcom ( 1002) PHP Version : 8.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/python3.6/site-packages/vdo/vdomgmnt/__pycache__/ |
Upload File : |
3 x?agct � @ 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 >