%PDF- %PDF-
Direktori : /lib/python2.7/site-packages/salt/modules/ |
Current File : //lib/python2.7/site-packages/salt/modules/quota.pyo |
� ���^c @@ s� d Z d d l m Z m Z m Z d d l Z d d l Z d d l Z d d l m Z m Z e j e � Z i d d 6Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d S( u3 Module for managing quotas on POSIX-like systems. i ( t absolute_importt print_functiont unicode_literalsN( t CommandExecutionErrort SaltInvocationErroru setu set_c C@ s6 t j j j � r, t j j j d � r, d St d f S( uH Only work on POSIX-like systems with setquota binary available u setquotau quotau� The quota execution module cannot be loaded: the module is only available on POSIX-like systems with the setquota binary available.( t saltt utilst platformt is_windowst patht whicht False( ( ( s6 /usr/lib/python2.7/site-packages/salt/modules/quota.pyt __virtual__ s c C@ s? i i | 6} t | d � | | d <t | d � | | d <| S( u� Report on quotas for a specific volume CLI Example: .. code-block:: bash salt '*' quota.report /media/data u -uu User Quotasu -gu Group Quotas( t _parse_quota( t mountt ret( ( s6 /usr/lib/python2.7/site-packages/salt/modules/quota.pyt report&