Lines Matching defs:ctrlr_loss_timeout_sec

577                           transport_ack_timeout=None, ctrlr_loss_timeout_sec=None, reconnect_delay_sec=None,
600 ctrlr_loss_timeout_sec: Time to wait until ctrlr is reconnected before deleting ctrlr.
602 If reconnect_delay_sec is zero, ctrlr_loss_timeout_sec has to be zero.
603 If reconnect_delay_sec is non-zero, ctrlr_loss_timeout_sec has to be -1 or not less than reconnect_delay_sec.
606 If ctrlr_loss_timeout_sec is zero, reconnect_delay_sec has to be zero.
607 If ctrlr_loss_timeout_sec is -1, reconnect_delay_sec has to be non-zero.
608 If ctrlr_loss_timeout_sec is not -1 or zero, reconnect_sec has to be non-zero and less than ctrlr_loss_timeout_sec.
613 ctrlr_loss_timeout_sec if ctrlr_loss_timeout_sec is not -1.
663 if ctrlr_loss_timeout_sec is not None:
664 params['ctrlr_loss_timeout_sec'] = ctrlr_loss_timeout_sec
713 multipath=None, num_io_queues=None, ctrlr_loss_timeout_sec=None,
736 ctrlr_loss_timeout_sec: Time to wait until ctrlr is reconnected before deleting ctrlr.
738 If reconnect_delay_sec is zero, ctrlr_loss_timeout_sec has to be zero.
739 If reconnect_delay_sec is non-zero, ctrlr_loss_timeout_sec has to be -1 or not less than reconnect_delay_sec.
742 If ctrlr_loss_timeout_sec is zero, reconnect_delay_sec has to be zero.
743 If ctrlr_loss_timeout_sec is -1, reconnect_delay_sec has to be non-zero.
744 If ctrlr_loss_timeout_sec is not -1 or zero, reconnect_sec has to be non-zero and less than ctrlr_loss_timeout_sec.
749 ctrlr_loss_timeout_sec if ctrlr_loss_timeout_sec is not -1. (optional)
791 if ctrlr_loss_timeout_sec is not None:
792 params['ctrlr_loss_timeout_sec'] = ctrlr_loss_timeout_sec
887 hostnqn=None, wait_for_attach=None, ctrlr_loss_timeout_sec=None,
899 ctrlr_loss_timeout_sec: Time to wait until ctrlr is reconnected before deleting ctrlr.
901 If reconnect_delay_sec is zero, ctrlr_loss_timeout_sec has to be zero.
902 If reconnect_delay_sec is non-zero, ctrlr_loss_timeout_sec has to be -1 or not less than reconnect_delay_sec.
905 If ctrlr_loss_timeout_sec is zero, reconnect_delay_sec has to be zero.
906 If ctrlr_loss_timeout_sec is -1, reconnect_delay_sec has to be non-zero.
907 If ctrlr_loss_timeout_sec is not -1 or zero, reconnect_sec has to be non-zero and less than ctrlr_loss_timeout_sec.
912 ctrlr_loss_timeout_sec if ctrlr_loss_timeout_sec is not -1. (optional)
927 if ctrlr_loss_timeout_sec is not None:
928 params['ctrlr_loss_timeout_sec'] = ctrlr_loss_timeout_sec