Centos 7 ,跟着这个教程做的: https://www.vultr.com/docs/how-to-deploy-google-bbr-on-centos-7
重启之后变成 read-only file system ,什么文件都不能写= =,重建 instance 试了三次了都这样
你们在 GCE 搭 BBR 的都怎么换内核的。。 @hongxin /t/334051
1
v2exhehehehe 2017-01-18 08:18:36 +08:00
GCE 不是有 Google 自己的 doc 吗: https://github.com/google/bbr/blob/master/Documentation/bbr-quick-start.md
|
2
Valyrian OP @v2exhehehehe 我是傻子。。
|
3
hongxin 2017-01-18 09:02:58 +08:00
我 GCE 用的 cetntos6 换内核是用 https://teddysun.com/489.html 一键 BBR 换的,
然后去 http://kernel.ubuntu.com/~kernel-ppa/mainline/ 更新内核到 4.9.4 刚才我在 GCE 上新建了 centos7 的 instance ,亲测没有问题 vultr 没用过不清楚,祝你好运! |
5
leeger 2017-01-18 09:09:57 +08:00
我的也是一件脚本,正常哦~~~
|
8
ooxxcc 2017-01-18 09:30:00 +08:00
重启之后给 dmesg 啊,难道让别人瞎猜问题所在么。。
|
10
lucifer9 2017-01-18 09:47:36 +08:00 2
看下 /etc/fstab ,是不是有写 barrier=1 啥的,下次重装的时候删了这个,改成 defaults 然后再换内核就行了
|
12
kenshin912 2017-01-18 10:48:35 +08:00
换 Ubuntu 啦 , 手动换也就几分钟搞定的 .
|
13
ahillgian 2017-01-18 15:35:36 +08:00
请问在 console - IAM&Admin - Service accounts 有几个账户, 我目前在用 GCE, 但是另外还有一个 App Engine 的服务账户, 可不可以删除?
|
14
hazaki 2017-01-18 20:16:39 +08:00
你可以试试 fedora25 现在官方内核 4.9.3 不用折腾 正好也是 redhat 系
|
16
yhxx 2017-05-05 01:03:17 +08:00 1
遇到一样的问题
root 用户下 mount -o remount rw / 就可以了 |
19
iamark 2017-07-03 16:29:12 +08:00 1
我用 centos7 同样问题,解决步骤用了回复里面的. 1 在 /etc/init.d/rc.local 里面手工加了一行 mount, 2. 修改 /etc/fstab,把 barrier 去掉, 不知道哪一步解决的,结果是好了。
|