Installation issues with full disk error

Hi Guys,

Doing a new install, have a fresh install of ubuntu 18.4.3 followed the steps per CE install.
Getting below error:

Blockquote
dpkg: error processing archive /var/cache/apt/archives/gitlab-ce_12.2.4-ce.0_amd64.deb (–unpack):
cannot copy extracted data for ‘./opt/gitlab/embedded/service/grafana/public/build/vendor.15bb4924c84358f66b22.js.map’ to ‘/opt/gitlab/embedded/service/grafana/public/build/vendor.15bb4924c84358f66b22.js.map.dpkg-new’: failed to write (No space left on device)
No apport report written because the error message indicates a disk full error
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/gitlab-ce_12.2.4-ce.0_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Blockquote

Checked df -h seeing /dev/loop full, but I thought that is normal.
df -ih
Filesystem Inodes IUsed IFree IUse% Mounted on
udev 990K 437 990K 1% /dev
tmpfs 998K 676 997K 1% /run
/dev/mapper/ubuntu–vg-ubuntu–lv 256K 73K 184K 29% /
tmpfs 998K 1 998K 1% /dev/shm
tmpfs 998K 3 998K 1% /run/lock
tmpfs 998K 18 998K 1% /sys/fs/cgroup
/dev/loop0 13K 13K 0 100% /snap/core/7396
/dev/loop1 13K 13K 0 100% /snap/core/4917
/dev/sda2 64K 305 64K 1% /boot

Followed advise from another post, and reinstalled with out LVM and seems to have worked… Is there a known issues using LVM?