Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7124851
D4532.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Subscribers
None
D4532.diff
View Options
diff --git a/data/hostname/saam.internal.softwareheritage.org.yaml b/data/hostname/saam.internal.softwareheritage.org.yaml
--- a/data/hostname/saam.internal.softwareheritage.org.yaml
+++ b/data/hostname/saam.internal.softwareheritage.org.yaml
@@ -155,3 +155,122 @@
swh::apt_config::enable_non_free: true
packages:
- intel-microcode
+
+mountpoints:
+ # override default mountpoints
+ /srv/softwareheritage/objects:
+ # zfs mount: not in fstab
+ ensure: absent
+ /srv/storage/space:
+ # local mount
+ device: /dev/mapper/vg--data-uffizi--space
+ fstype: xfs
+ options:
+ - nofail
+ # local mountpoints
+ /srv/softwareheritage/objects-xfs/0:
+ device: /dev/mapper/vg--data-uffizi--data0
+ fstype: xfs
+ options:
+ - nofail
+ - ro
+ /srv/softwareheritage/objects-xfs/1:
+ device: /dev/mapper/vg--data-uffizi--data1
+ fstype: xfs
+ options:
+ - nofail
+ - ro
+ /srv/softwareheritage/objects-xfs/2:
+ device: /dev/mapper/vg--data-uffizi--data2
+ fstype: xfs
+ options:
+ - nofail
+ - ro
+ /srv/softwareheritage/objects-xfs/3:
+ device: /dev/mapper/vg--data-uffizi--data3
+ fstype: xfs
+ options:
+ - nofail
+ - ro
+ /srv/softwareheritage/objects-xfs/4:
+ device: /dev/mapper/vg--data-uffizi--data4
+ fstype: xfs
+ options:
+ - nofail
+ - ro
+ /srv/softwareheritage/objects-xfs/5:
+ device: /dev/mapper/vg--data-uffizi--data5
+ fstype: xfs
+ options:
+ - nofail
+ - ro
+ /srv/softwareheritage/objects-xfs/6:
+ device: /dev/mapper/vg--data-uffizi--data6
+ fstype: xfs
+ options:
+ - nofail
+ - ro
+ /srv/softwareheritage/objects-xfs/7:
+ device: /dev/mapper/vg--data-uffizi--data7
+ fstype: xfs
+ options:
+ - nofail
+ - ro
+ /srv/softwareheritage/objects-xfs/8:
+ device: /dev/mapper/vg--data-uffizi--data8
+ fstype: xfs
+ options:
+ - nofail
+ - ro
+ /srv/softwareheritage/objects-xfs/9:
+ device: /dev/mapper/vg--data-uffizi--data9
+ fstype: xfs
+ options:
+ - nofail
+ - ro
+ /srv/softwareheritage/objects-xfs/a:
+ device: /dev/mapper/vg--data-uffizi--dataa
+ fstype: xfs
+ options:
+ - nofail
+ - ro
+ /srv/softwareheritage/objects-xfs/b:
+ device: /dev/mapper/vg--data-uffizi--datab
+ fstype: xfs
+ options:
+ - nofail
+ - ro
+ /srv/softwareheritage/objects-xfs/c:
+ device: /dev/mapper/vg--data-uffizi--datac
+ fstype: xfs
+ options:
+ - nofail
+ - ro
+ /srv/softwareheritage/objects-xfs/d:
+ device: /dev/mapper/vg--data-uffizi--datad
+ fstype: xfs
+ options:
+ - nofail
+ - ro
+ /srv/softwareheritage/objects-xfs/e:
+ device: /dev/mapper/vg--data-uffizi--datae
+ fstype: xfs
+ options:
+ - nofail
+ - ro
+ /srv/softwareheritage/objects-xfs/f:
+ device: /dev/mapper/vg--data-uffizi--dataf
+ fstype: xfs
+ options:
+ - nofail
+ - ro
+ /srv/storage/content-replayer:
+ device: content-replayer-scratch
+ fstype: tmpfs
+ options:
+ - nodev
+ - nosuid
+ - noexec
+ - size=8G
+ - uid=swhworker
+ - gid=swhdev
diff --git a/site-modules/role/manifests/swh_storage_baremetal.pp b/site-modules/role/manifests/swh_storage_baremetal.pp
--- a/site-modules/role/manifests/swh_storage_baremetal.pp
+++ b/site-modules/role/manifests/swh_storage_baremetal.pp
@@ -2,4 +2,5 @@
include profile::dar::server
include profile::megacli
include profile::multipath
+ include profile::mountpoints
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Dec 21 2024, 9:51 PM (11 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3219793
Attached To
D4532: Add mountpoints for saam
Event Timeline
Log In to Comment