Open
Description
Take Dockerfile-ubuntu_cb_ycsb
as an example, it hardcodes jammy
. So the workload only works for ubuntu 22.04.
# mongo-install-pm
RUN wget -nc https://www.mongodb.org/static/pgp/server-6.0.asc; cat server-6.0.asc | gpg --dearmor | sudo tee /etc/apt/keyrings/mongodb.gpg >/dev/null; sudo sh -c 'echo "deb [ arch=amd64,arm64 signed-by=/etc/apt/keyrings/mongodb.gpg] https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/6.0 multiverse" >> /etc/apt/sources.list.d/mongo.list'; sudo apt update; sudo apt install -y mongodb-org
RUN sed -i "s/.*bind_ip.*/bind_ip=0.0.0.0/" /etc/mongod.conf
# service_stop_disable mongodb
# mongo-install-pm
PS: On the other hand, issue #451 prevents ycsb workload from being run on ubuntu 22.04. So I think ycsb workload can't run on any ubuntu release?
Metadata
Metadata
Assignees
Labels
No labels