Merge "Create multipath-config package"
This commit is contained in:
@@ -48,6 +48,9 @@ lighttpd-config
|
||||
#memcached-custom
|
||||
memcached-custom
|
||||
|
||||
#multipath-config
|
||||
multipath-config
|
||||
|
||||
#multus-config
|
||||
multus-config
|
||||
|
||||
|
@@ -15,6 +15,7 @@ lighttpd-config
|
||||
logrotate-config
|
||||
lvm2-config
|
||||
memcached-custom
|
||||
multipath-config
|
||||
multus-config
|
||||
nfs-utils-config
|
||||
ntp-config
|
||||
|
5
multipath-config/debian/deb_folder/changelog
Normal file
5
multipath-config/debian/deb_folder/changelog
Normal file
@@ -0,0 +1,5 @@
|
||||
multipath-config (1.0-1) unstable; urgency=medium
|
||||
|
||||
* Initial release.
|
||||
|
||||
-- Matheus Guilhermino <matheus.machadoguilhermino@windriver.com> Fri, 21 Oct 2022 10:14:29 -0400
|
13
multipath-config/debian/deb_folder/control
Normal file
13
multipath-config/debian/deb_folder/control
Normal file
@@ -0,0 +1,13 @@
|
||||
Source: multipath-config
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Maintainer: Starlingx Developers <starlingx-discuss@lists.starlingx.io>
|
||||
Build-Depends: debhelper-compat (= 13)
|
||||
Standards-Version: 4.4.1
|
||||
Homepage: https://www.starlingx.io
|
||||
|
||||
Package: multipath-config
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Description: Custom multipath configuration
|
||||
Adds a custom multipath.conf file with blacklist exceptions
|
27
multipath-config/debian/deb_folder/copyright
Normal file
27
multipath-config/debian/deb_folder/copyright
Normal file
@@ -0,0 +1,27 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: multipath-config
|
||||
Source: https://opendev.org/starlingx/config-files/
|
||||
|
||||
Files: *
|
||||
Copyright: (c) 2022-2023 Wind River Systems, Inc
|
||||
License: Apache-2
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2023 Wind River Systems, Inc
|
||||
License: Apache-2
|
||||
|
||||
License: Apache-2
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
.
|
||||
https://www.apache.org/licenses/LICENSE-2.0
|
||||
.
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
.
|
||||
On Debian-based systems the full text of the Apache version 2.0 license
|
||||
can be found in `/usr/share/common-licenses/Apache-2.0'.
|
@@ -0,0 +1 @@
|
||||
multipath.conf etc/
|
5
multipath-config/debian/deb_folder/rules
Normal file
5
multipath-config/debian/deb_folder/rules
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/make -f
|
||||
#export DH_VERBOSE = 1
|
||||
|
||||
%:
|
||||
dh $@
|
1
multipath-config/debian/deb_folder/source/format
Normal file
1
multipath-config/debian/deb_folder/source/format
Normal file
@@ -0,0 +1 @@
|
||||
3.0 (quilt)
|
7
multipath-config/debian/meta_data.yaml
Normal file
7
multipath-config/debian/meta_data.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
debname: multipath-config
|
||||
debver: 1.0-1
|
||||
src_path: files
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
PKG_GITREVCOUNT: true
|
23
multipath-config/files/multipath.conf
Normal file
23
multipath-config/files/multipath.conf
Normal file
@@ -0,0 +1,23 @@
|
||||
defaults {
|
||||
user_friendly_names yes
|
||||
find_multipaths yes
|
||||
}
|
||||
|
||||
blacklist {
|
||||
device {
|
||||
vendor ".*"
|
||||
}
|
||||
}
|
||||
|
||||
blacklist_exceptions {
|
||||
property "(SCSI_IDENT_|ID_WWN)"
|
||||
device {
|
||||
vendor "3PARdata"
|
||||
}
|
||||
device {
|
||||
vendor "QEMU"
|
||||
}
|
||||
device {
|
||||
vendor "TrueNAS"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user