Change mqm uid/gid to 999
This commit is contained in:
@@ -22,7 +22,7 @@ import (
|
||||
"os/exec"
|
||||
"strings"
|
||||
|
||||
"github.ibm.com/mq-container/mq-container/pkg/name"
|
||||
"github.com/ibm-messaging/mq-container/pkg/name"
|
||||
)
|
||||
|
||||
func queueManagerHealthy() (bool, error) {
|
||||
|
||||
@@ -24,8 +24,8 @@ import (
|
||||
)
|
||||
|
||||
//const mainDir string := "/mnt/mqm"
|
||||
const mqmUID uint32 = 1000
|
||||
const mqmGID uint32 = 1000
|
||||
const mqmUID uint32 = 999
|
||||
const mqmGID uint32 = 999
|
||||
|
||||
func createVolume(path string) error {
|
||||
// fi, err := os.Stat(path)
|
||||
|
||||
Reference in New Issue
Block a user