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/gitlab-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


-------------------------------------------
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

Reply via email to