This step usually takes about 5 minutes. Current estimated time of
30 seconds is misleading and may make admins think that the installation
is stuck. Change the estimation to 5 minutes.

---

CC-ing Jakub who raised exactly this issue.

Martin
From 650e9f0c91593571d9edf0c30ada2468326210b4 Mon Sep 17 00:00:00 2001
From: Martin Kosek <mko...@redhat.com>
Date: Fri, 14 Mar 2014 14:16:19 +0100
Subject: [PATCH] Increase Kerberos KDC configuration estimation time

This step usually takes about 5 minutes. Current estimated time of
30 seconds is misleading and may make admins think that the installation
is stuck. Change the estimation to 5 minutes.
---
 ipaserver/install/krbinstance.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ipaserver/install/krbinstance.py b/ipaserver/install/krbinstance.py
index 80d1addb4d5559a6519aafede67aff17985f0a07..2b0622d1e3c855e8dc19d99b4d8a7a4f946bf7bc 100644
--- a/ipaserver/install/krbinstance.py
+++ b/ipaserver/install/krbinstance.py
@@ -180,7 +180,7 @@ def create_instance(self, realm_name, host_name, domain_name, admin_password, ma
 
         self.__common_post_setup()
 
-        self.start_creation(runtime=30)
+        self.start_creation(runtime=300)
 
         self.kpasswd = KpasswdInstance()
         self.kpasswd.create_instance('KPASSWD', self.fqdn, self.admin_password, self.suffix, realm=self.realm)
-- 
1.8.5.3

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to