%PDF- %PDF-
| Direktori : /lib/python2.7/site-packages/salt/modules/ |
| Current File : //lib/python2.7/site-packages/salt/modules/devmap.pyo |
�
���^c @@ sD d Z d d l m Z m Z m Z d d l Z d � Z d � Z d S( u
Device-Mapper module
i ( t absolute_importt print_functiont unicode_literalsNc C@ s d } t d | � j � S( uz
Device-Mapper Multipath list
CLI Example:
.. code-block:: bash
salt '*' devmap.multipath_list
u multipath -lu cmd.run( t __salt__t
splitlines( t cmd( ( s7 /usr/lib/python2.7/site-packages/salt/modules/devmap.pyt multipath_list s
c C@ sB t j j | � s d j | � Sd j | � } t d | � j � S( u�
Device-Mapper Multipath flush
CLI Example:
.. code-block:: bash
salt '*' devmap.multipath_flush mpath1
u {0} does not existu multipath -f {0}u cmd.run( t ost patht existst formatR R ( t deviceR ( ( s7 /usr/lib/python2.7/site-packages/salt/modules/devmap.pyt multipath_flush s
( t __doc__t
__future__R R R t os.pathR R R ( ( ( s7 /usr/lib/python2.7/site-packages/salt/modules/devmap.pyt <module> s