You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on ubuntu public runners running public-repo workflows, there still is the secondary 75 GB disk on /dev/sdb:
$ cat /etc/issue*
Ubuntu 22.04.5 LTS
$ fdisk -l
[...]
Disk /dev/sdb: 75 GiB, 80530636800 bytes, 157286400 sectors
Disk model: Virtual Disk
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x8c7bf172
Device Boot Start End Sectors Size Id Type
/dev/sdb1 2048 157284351 157282304 75G 7 HPFS/NTFS/exFAT
While on runners running "private" workflows, that's to say public runners running private-repo workflows, there is no more this secondary disk /dev/sdb (only /dev/sda). So we now have limited disk in that case.
Do you also observe this ?
Can you put again this secondary disk for private-repo workflows ?
Cheers!
The text was updated successfully, but these errors were encountered:
maaaaz
changed the title
Why there is no more /dev/sdb on runners running private repo workflows ?
Why there is no more /dev/sdb on ubuntu runners running private repo workflows ?
Nov 11, 2024
Hello there,
Since few days, I observe this behaviour:
/dev/sdb
:/dev/sdb
(only/dev/sda
). So we now have limited disk in that case.Do you also observe this ?
Can you put again this secondary disk for private-repo workflows ?
Cheers!
The text was updated successfully, but these errors were encountered: