I just tried on the 20160809T121409 PI on Debian 8. Below is the timing that I am seeing. It doesn't seem abnormally slow. Could the bottleneck be at the network on the SmartOS machine?
root@435e4668-297e-4bd9-8c77-bb0e48511bf1:~# time apt-get install gitlab-ce Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: gitlab-ce 0 upgraded, 1 newly installed, 0 to remove and 8 not upgraded. Need to get 278 MB of archives. After this operation, 746 MB of additional disk space will be used. Get:1 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main gitlab-ce amd64 8.10.4-ce.0 [278 MB] Fetched 278 MB in 9s (28.4 MB/s) Selecting previously unselected package gitlab-ce. (Reading database ... 15535 files and directories currently installed.) Preparing to unpack .../gitlab-ce_8.10.4-ce.0_amd64.deb ... Unpacking gitlab-ce (8.10.4-ce.0) ... Setting up gitlab-ce (8.10.4-ce.0) ... gitlab: Thank you for installing GitLab! gitlab: To configure and start GitLab, RUN THE FOLLOWING COMMAND: sudo gitlab-ctl reconfigure gitlab: GitLab should be reachable at http://localhost gitlab: Otherwise configure GitLab for your system by editing /etc/gitlab/gitlab.rb file gitlab: And running reconfigure again. gitlab: gitlab: For a comprehensive list of configuration options please see the Omnibus GitLab readme gitlab: https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/README.md gitlab: It looks like GitLab has not been configured yet; skipping the upgrade script. real 1m52.155s user 0m39.774s sys 1m4.412s On Tue, Aug 9, 2016 at 6:31 AM, Stefan <[email protected]> wrote: > Dear List, > > with > > SmartOS Live Image v0.147+ build: 20160428T170316Z > image: 2f56d126-20d0-11e5-9e5b-5f3ef6688aba (Debian 8) > > the installation (particularly the unpacking) of gitlab > > # curl https://packages.gitlab.com/install/repositories/gitlab/gitl > ab-ce/script.deb.sh | bash > # apt-get install gitlab-ce > > takes literally hours whereas installing under > > d8d81aee-20cf-11e5-8503-2bc101a1d577 (Debian 7) > > runs as fast as expected (< 5 minutes). We figured out that if the > software is installed on an ext4 fs without extents > > # umount /data > # mkfs.ext4 -O^extents /dev/vdb1 > # mount /data > # mkdir /data/opt > # mount --bind /data/opt /opt > (then continue as stated above) > > the installation is as fast as under Debian 7. Any sugestions what can be > done about that issue? > > Kind Regards, > Stefan > -- -Elijah ------------------------------------------- smartos-discuss Archives: https://www.listbox.com/member/archive/184463/=now RSS Feed: https://www.listbox.com/member/archive/rss/184463/25769125-55cfbc00 Modify Your Subscription: https://www.listbox.com/member/?member_id=25769125&id_secret=25769125-7688e9fb Powered by Listbox: http://www.listbox.com
